Learn R Programming

tidycells (version 0.2.2)

read_cells.read_cell_part: Read Cells from file

Description

Read Cells from file

Usage

# 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, ...)

Arguments

x

either a valid file path or a read_cell_part

at_level

till which level to process. Should be one of detect_and_read, make_cells, va_classify, analyze, compose. Or simply a number.

omit

(Optional) the file-types to omit. A character vector.

simplify

whether to simplify the output. (Default TRUE). If set to FALSE a read_cell_part will be returned.

compose_main_cols_only

whether to compose main columns only. (Default TRUE).

from_level

(Optional) override start level. (read_cells will process after from_level)

silent

if TRUE no message will be displayed.(Default TRUE)

...

further arguments

See Also

read_cells