eo_logs: extracts the measurements metadata from the logs

View source: R/eo_logs.R

eo_logsR Documentation

extracts the measurements metadata from the logs

Description

extracts the measurements metadata from the logs

Usage

eo_logs(logs, time_buffer = 300)

Arguments

logs

as provided by eo_import_logs

time_buffer

around the full closure of the chamber in seconds

Value

a dataframe with the measurement ids, port, and closing and opening time

Examples

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

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