| write_expr_arrow | R Documentation |
Build expression to write data to Arrow format (Parquet or Feather)
write_expr_arrow(data_names, path, format = "parquet")
data_names |
Character vector of data object names to write |
path |
Character. Full file path for output |
format |
Character. Either "parquet" or "feather" |
A language object (expression) that writes Arrow file(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.