extracts the measurements metadata from the logs
Arguments
- logs
as provided by eo_import_logs
- time_buffer
around the full closure of the chamber in seconds
Examples
path <- system.file("extdata/ex_logs", package = "readosense")
eo_import_logs(path) |>
eo_logs()
#> # A tibble: 2 × 4
#> measurement_id port closing opening
#> <int> <dbl> <dttm> <dttm>
#> 1 1 1 2024-12-12 17:08:00 2024-12-12 17:32:08
#> 2 2 2 2024-12-12 17:33:58 2024-12-12 17:53:10