UpdateSweepDataFrame {IgorR} | R Documentation |
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: |
action |
update newer (default) or force update (not yet implemented). |
DryRun |
if |
Value
TRUE
if something happened, FALSE
otherwise.
Author(s)
jefferis
[Package IgorR version 0.9.0 Index]