flight_put {arrow} | R Documentation |
Send data to a Flight server
Description
Send data to a Flight server
Usage
flight_put(client, data, path, overwrite = TRUE, max_chunksize = NULL)
Arguments
client |
|
data |
|
path |
string identifier to store the data under |
overwrite |
logical: if |
max_chunksize |
integer: Maximum number of rows for RecordBatch chunks
when a |
Value
client
, invisibly.
[Package arrow version 16.1.0 Index]