eo_import_logs: imports log files from Eosense chambers

View source: R/eo_import_logs.R

eo_import_logsR Documentation

imports log files from Eosense chambers

Description

imports log files from Eosense chambers

Usage

eo_import_logs(
  path,
  closed = c(1:3),
  open = 0,
  fully_closed = 1,
  colnames = c("port", "valvestatus", "chamberstatus", "aux1", "aux2", "aux3", "aux4",
    "aux5", "temperaturev", "pressure"),
  nb_ports = 12
)

Arguments

path

folder in which the log files are located

closed

status numbers indicating chamber is closed

open

status numbers indicating chamber is open

fully_closed

status number indicating the chamber is fully closed

colnames

column names as defined in Eosense documentation

nb_ports

number of ports

Value

a dataframe with all the information from the logs and measurement id

Examples

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

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