batch_write: Writing data to CSV file in batch mode

Description Usage Arguments Examples

Description

This function is especially useful for writing large files.

Usage

1
batch_write(data, file, apd = FALSE, batch_size = 10000, pause = 0)

Arguments

data

the tabular object (matrix or data frame)

file

CSV filename

apd

append existing file (TRUE or FALSE)

batch_size

number of rows to be written for each batch

pause

seconds timeout between batch

Examples

1
## T.B.A.

woobe/predictr documentation built on May 4, 2019, 9:47 a.m.