This functions allows to import the text file produced by LICOR as a data.frame

f.import_licor6400(
  file,
  column_display = c("Photo", "Cond", "PARi", "Ci", "Leaf_Barcode", "Species",
    "Tree Canopy", "Age", "file")
)

Arguments

file

File to import by the function

column_display

The first lines of the file which are part of this list are displayed by this function after being imported.

Value

dataframe

References

Adapted from http://www.ericrscott.com/2018/01/17/li-cor-wrangling/