read_odyssey | R Documentation |
When the PAR value is below 0, the value is set to NA. **At this stage, the data is not calibrated!**
read_odyssey(filename, ...)
filename |
the name of the file which the data are to be read from. It can be a CSV file or an XLSX file. |
... |
further arguments passed to read_csv or read_xlsx |
A tibble containing the data.
Returned variables
Date-time
Uncalibrated photosynthetically active radiation (-)
## Not run:
fnames = dir("~/Lab_Data/kawatea/", full.names=TRUE, recursive=TRUE)
df = tibble(fnames = fnames)#'
df %>% filter(str_detect(fnames, "Light")) %>% slice(1) %>% pull(fnames) %>% read_odyssey()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.