This function loads all the raw data files and caches the raw data if cache
is set.
load_run_folder(folder, cache = folder, quiet = F, ...)
folder | the folder that contains the run data files (for now only isodat .dxf files are supported, functionality is provided by the isoread package). |
---|---|
cache | a cache folder if set (can be "." for current folder), caches the raw data at the specified location, by default set to the folder where the data is, set to NULL to avoid caching |
quiet | whether the function should output information messages or be quiet (default is to output) |
... | parameters passed on to |