powered by
Write data in the Feather format
write_feather(x, sink)
data.frame or RecordBatch
data.frame
A file path or an OutputStream
the input x invisibly.
x
# NOT RUN { tf <- tempfile() on.exit(unlink(tf)) write_feather(mtcars, tf) # }
Run the code above in your browser using DataLab