MassBank / RMassBank

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

Merge several recdata/moldata dirs into one #145

Open schymane opened 8 years ago

schymane commented 8 years ago

Simple function: take several dirs and merge into one. The code is probably lying around somewhere ... this is more so I don't forget ... again...

schymane commented 8 years ago

@meowcat wouldn't a simple solution to the overwriting of the list.tsv just be to open the file with option append instead of opening a new file and overwriting? Would that also solve the problem?