View source: R/split_licor_filename.R
split_licor_filename | R Documentation |
A function that splits a filename of a licorfile. It returns a list of the parameters included in the filename.
split_licor_filename(
filename,
name_parameters = c("date", "description", "light", "relative humidity", "CO2",
"species", "measurement", "plant")
)
filename |
A filename to split |
name_parameters |
A character vector of the names in the filename. |
A list of the parameters included in the filename.
Sam Loontjens
split_filepath("20210226 PI 50-100 75RH 400CO2 T.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.