write_chunkwise {chunked} | R Documentation |
Genereric function to write chunk by chunk
Description
Genereric function to write chunk by chunk
Usage
write_chunkwise(x, dest, ...)
## S3 method for class 'chunkwise'
write_chunkwise(
x,
dest,
table,
file = dest,
format = c("csv", "csv2", "table"),
...
)
Arguments
x |
chunked input, e.g. created with |
dest |
where should the data be written. May be a character or
a |
... |
parameters that will be passed to the specific implementations. |
table |
table to write to. Only used when dest is a data base( |
file |
File to write to |
format |
Specifies the text format for written to disk. Only used
if |
[Package chunked version 0.6.0 Index]