View source: R/Import_functions.R
f.import_licor6800 | R Documentation |
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")
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.