split_licor_filename: A function that splits a filename of a licorfile.

View source: R/split_licor_filename.R

split_licor_filenameR Documentation

A function that splits a filename of a licorfile.

Description

A function that splits a filename of a licorfile. It returns a list of the parameters included in the filename.

Usage

split_licor_filename(
  filename,
  name_parameters = c("date", "description", "light", "relative humidity", "CO2",
    "species", "measurement", "plant")
)

Arguments

filename

A filename to split

name_parameters

A character vector of the names in the filename.

Value

A list of the parameters included in the filename.

Author(s)

Sam Loontjens

Examples

split_filepath("20210226 PI 50-100 75RH 400CO2 T.xlsx")


SamLoontjens/HandlingLicorFiles documentation built on Nov. 14, 2023, 6:32 a.m.