MassBank / RMassBank

Playground for experiments on the official http://bioconductor.org/packages/devel/bioc/html/RMassBank.html
Other
12 stars 15 forks source link

Additional first column in infolist.csv #339

Closed tsufz closed 10 months ago

tsufz commented 11 months ago

In the infolist.csv always occurs a first column without a column name. I guess this is an exporting artefact due to incorrect written export comments. It may be the index, written by "write.csv()". So, a factorisation to tidy commands is required.

schymane commented 11 months ago

sounds like it needs a row.names=FALSE upon export ...

tsufz commented 11 months ago

Yes, it is. Michele and I suggest to refactorize to tidyverse anyway, doesn't have those problems and is much faster. Good reasons to do this because we now use 5 versions of different delimited readers as read.csv, read.csv2, fread, read_csv, and read_delim. read_csv and read_delim and the write derivates do this job well.

tsufz commented 10 months ago

Solved in 8fac502960536eb7fc319811de9d21e070252890