| eo_env | R Documentation |
extracts the environmental data from the logs
eo_env(logs)
logs |
as provided by eo_import_logs |
a dataframe with the datetime, air temperature (celsius), and pressure (atm) for all chambers
path <- system.file("extdata/ex_logs", package = "readosense")
eo_import_logs(path) |>
eo_env()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.