Bug #2390
Mis à jour par Matthieu Decorde il y a plus de 7 ans
The produced CSV file header produced is a default R table CSV header with no title for the first column (the (this the first column is the row names and have a title). names).
h3. Solution
Set the 'col.names' parameter The lexical table export is a direct call to ["word property" + R "write.table" command.
insert a column names] vector to separator at the "write.table" R command call. begining of the file content
h3. Solution
Set the 'col.names' parameter The lexical table export is a direct call to ["word property" + R "write.table" command.
insert a column names] vector to separator at the "write.table" R command call. begining of the file content