This functions allows to import the excel files produced by LICOR as a data.frame. IMPORTANT: The excel files must be opened and saved before using this function (the Excel calculations are not done until the file is open, so the calculated colums will show 0s if not saved before being imported)

f.import_licor6800(
  nskip_header = 16,
  nskip_data = 18,
  do.print = TRUE,
  file,
  column_display = c("A", "gsw", "Qin", "Ci", "Species", "Canopy", "Pheno_Age",
    "Barcode", "file")
)

Arguments

nskip_header

Number of lines to skip in the Excel files to find the column names

nskip_data

Number of lines to skip in the Excel files to find the data

do.print

Print the 5 top lines of the file?

file

File path

column_display

Column you want to display after the import to verufy if it worked correctly