read_cells.read_cell_part | R Documentation |
Read Cells from file
## S3 method for class '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 class '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,
...
)
## Default S3 method:
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 class ''NULL''
read_cells(x, ...)
x |
either a valid file path or a |
at_level |
till which level to process.
Should be one of |
omit |
(Optional) the file-types to omit. A character vector. |
simplify |
whether to simplify the output. (Default |
compose_main_cols_only |
whether to compose main columns only. (Default |
from_level |
(Optional) override start level. ( |
silent |
if |
... |
further arguments |
read_cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.