Read Cells from file
# S3 method for read_cell_part
read_cells(
x,
at_level = c("collate", "detect_and_read", "make_cells", "va_classify", "analyze",
"compose"),
omit = NULL,
simplify = TRUE,
compose_main_cols_only = TRUE,
from_level,
silent = TRUE,
...
)# S3 method for character
read_cells(
x,
at_level = c("collate", "detect_and_read", "make_cells", "va_classify", "analyze",
"compose"),
omit = NULL,
simplify = TRUE,
compose_main_cols_only = TRUE,
...
)
# S3 method for default
read_cells(
x,
at_level = c("collate", "detect_and_read", "make_cells", "va_classify", "analyze",
"compose"),
omit = NULL,
simplify = TRUE,
compose_main_cols_only = TRUE,
from_level,
...
)
# S3 method for `NULL`
read_cells(x, ...)
either a valid file path or a read_cell_part
till which level to process.
Should be one of detect_and_read
, make_cells
, va_classify
, analyze
, compose
. Or simply a number.
(Optional) the file-types to omit. A character vector.
whether to simplify the output. (Default TRUE
). If set to FALSE
a read_cell_part
will be returned.
whether to compose main columns only. (Default TRUE
).
(Optional) override start level. (read_cells
will process after from_level
)
if TRUE
no message will be displayed.(Default TRUE
)
further arguments