Learn R Programming

chunked (version 0.6.1)

read_chunkwise: Read chunkwise from a data source

Description

Read chunkwise from a data source

Usage

read_chunkwise(src, chunk_size = 10000L, ...)

# S3 method for character read_chunkwise( src, chunk_size = 10000L, format = c("csv", "csv2", "table"), stringsAsFactors = FALSE, ... )

# S3 method for laf read_chunkwise(src, chunk_size = 10000L, ...)

# S3 method for tbl_sql read_chunkwise(src, chunk_size = 10000L, ...)

Value

an object of type tbl_chunk

Arguments

src

source to read from

chunk_size

size of the chunks

...

parameters used by specific classes

format

used for specifying type of text file

stringsAsFactors

logical should string be read as factors?