write_ipc_stream() andwrite_feather() write data to a sink and returnthe data (data.frame,RecordBatch, orTable) they were given.This function wraps those so that you can serialize data to a buffer andaccess that buffer as araw vector in R.
Usage
write_to_raw(x, format=c("stream","file"))Arguments
- x
data.frame,RecordBatch, orTable- format
one of
c("stream", "file"), indicating the IPC format to use