eo_env: extracts the environmental data from the logs

View source: R/eo_env.R

eo_envR Documentation

extracts the environmental data from the logs

Description

extracts the environmental data from the logs

Usage

eo_env(logs)

Arguments

logs

as provided by eo_import_logs

Value

a dataframe with the datetime, air temperature (celsius), and pressure (atm) for all chambers

Examples

path <- system.file("extdata/ex_logs", package = "readosense")
eo_import_logs(path) |>
eo_env()

readosense documentation built on Feb. 7, 2026, 5:06 p.m.