View source: R/eo_import_logs.R
| eo_import_logs | R Documentation |
imports log files from Eosense chambers
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
)
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 |
a dataframe with all the information from the logs and measurement id
path <- system.file("extdata/ex_logs", package = "readosense")
eo_import_logs(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.