Learn R Programming

IgorR (version 0.9.0)

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
)

Value

TRUE if something happened, FALSE otherwise.

Arguments

folder

path to the folder.

outfile

path to outfile (default: /path/to/datafolder/datafolder.csv).

action

update newer (default) or force update (not yet implemented).

DryRun

if TRUE, report which files would be processed, but do nothing.

Author

jefferis