Learn R Programming

IgorR (version 0.4)

UpdateSweepDataFrame: Update the csv file summarising the sweeps in an Nclamp data folder

Description

Update the csv file summarising the sweeps in an Nclamp data folder

Usage

UpdateSweepDataFrame(folder, outfile = NULL,
    action = c("update", "force"), DryRun = FALSE)

Arguments

folder
Path to the folder
outfile
Path to outfile (default: /path/to/datafolder/datafolder.csv)
action
TODO update newer (default) or force update (not implemented)
DryRun
Report which files would be processed, but do nothing

Value

  • TRUE if something happened, FALSE otherwise