Learn R Programming

arrow (version 0.14.1)

write_arrow: Write Arrow formatted data

Description

Write Arrow formatted data

Usage

write_arrow(x, stream, ...)

Arguments

x

an arrow::Table, an arrow::RecordBatch or a data.frame

stream

where to serialize to

...

extra parameters, currently ignored

write_arrow is a convenience function, the classes arrow::ipc::RecordBatchFileWriter and arrow::ipc::RecordBatchStreamWriter can be used for more flexibility.