Adjusted from existing function to extract the columns needed for MetaDBparse database format
sdfStream.joanna(
input,
output,
append = FALSE,
fct,
Nlines = 10000,
startline = 1,
restartNlines = 10000,
silent = FALSE,
...
)
input SDF file
output CSV file to write to
Append to existing CSV file or start anew?, Default: FALSE
Function to apply to each object to get the wanted columns
Lines to read in one go?, Default: 10000
Start at line, Default: 1
Restart after x lines, Default: 10000
Suppress warnings?, Default: FALSE
Other arguments
Nothing, writes csv version of given SDF files to disk