write_ffdf | R Documentation |
Write out a gzip compressed ffdf. table_name
is converted to camel-case for consistency with
legacy use
write_ffdf(x, table_name, out_dir)
x |
data.frame or dplyr table or arrow::Table/arrow::Dataset to be written |
table_name |
string name of the file to be written, will be converted to camel-case |
out_dir |
string directory where the compressed ffdf should be written |
invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.