load_mals | R Documentation |
Load FFF-MALS data files with extension .txt
load_mals(
path,
angles = mals_calib$theta,
date_regex = "\\d{4}-\\d{2}-\\d{2}",
date_format = "%Y-%m-%d",
keywords = NULL,
angle_names = "ls\\d+-\\d+",
...
)
path |
The relative path to the .txt input files. |
angles |
MALS detector angles. |
date_regex |
An optional regular expression for extracting dates from filenames. |
date_format |
An optional non-standard date format corresponding to the output of
|
keywords |
An optional vector of pattern matches to pass to |
angle_names |
A regular expression specifying the naming convention for MALS data files. The default is |
... |
Other arguments passed on to |
A tibble with the columns 'file', 'date', 'sample', 'param', 'time', and 'conc'.
path <- system.file("extdata/mals", package = "fffprocessr")
load_mals(path = path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.