Update the CSV file summarising the sweeps in an Nclamp data folder
UpdateSweepDataFrame(
folder,
outfile = NULL,
action = c("update", "force"),
DryRun = FALSE
)
TRUE
if something happened, FALSE
otherwise.
path to the folder.
path to outfile (default: /path/to/datafolder/datafolder.csv
).
update newer (default) or force update (not yet implemented).
if TRUE
, report which files would be processed, but do
nothing.
jefferis