Skip to contents

fread delimited file in parts

Usage

pfread(
  x,
  part_nrows,
  nrows = NULL,
  header = TRUE,
  sep = "auto",
  verbosity = 1L,
  stringsAsFactors = TRUE,
  ...
)

Arguments

x

Character: Path to delimited file

part_nrows

Integer: Number of rows to read in each part

nrows

Integer: Number of rows in the file

header

Logical: If TRUE, the file is assumed to include a header row

sep

Character: Delimiter

verbosity

Integer: Verbosity level.

stringsAsFactors

Logical: If TRUE, characters will be converted to factors

...

Additional arguments to pass to data.table::fread()

Author

EDG