load_run_folder: Load raw run data

Description Usage Arguments

View source: R/loading.R

Description

This function loads all the raw data files and caches the raw data if cache is set.

Usage

1
load_run_folder(folder, cache = folder, quiet = F, ...)

Arguments

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 isoread


sebkopf/isorunN2O documentation built on April 18, 2021, 6:57 p.m.