pfread: fread delimited file in parts

View source: R/pfread.R

pfreadR Documentation

fread delimited file in parts

Description

fread delimited file in parts

Usage

pfread(
  x,
  part_nrows,
  nrows = NULL,
  header = TRUE,
  sep = "auto",
  verbose = TRUE,
  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

verbose

Logical: If TRUE, print messages to console

stringsAsFactors

Logical: If TRUE, characters will be converted to factors

...

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

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.