load_uv | R Documentation |
Load FFF-UV-MALS data files with extension .txt
load_uv(
path,
nm1 = "X2",
nm2 = "X4",
nm3 = "X6",
date_regex = "\\d{4}-\\d{2}-\\d{2}",
date_format = "%Y-%m-%d",
keywords = NULL,
...
)
path |
Relative path to the .txt input files. |
nm1 |
Name of column 2 in the input files. |
nm2 |
Name of column 4 in the input files. |
nm3 |
Name of column 6 in the input files. |
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 |
... |
Other arguments passed on to |
A tibble with the columns 'file', 'date', 'param', 'time', and 'conc'.
path <- system.file("extdata", package = "fffprocessr")
load_uv(path = path, UV254_1, UV254_2, LS90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.