read_cells_internal: Read Cells from file

read_cells.read_cell_partR Documentation

Read Cells from file

Description

Read Cells from file

Usage

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

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


r-rudra/tidycells documentation built on July 19, 2022, 5:10 a.m.