View source: R/utils_filesave.R
A basic wrapper around arrow::write_parquet()
.
1 2 3 4 5 6 7 | write_parquet_zstd(
x,
sink,
compression_level = 6,
write_statistics = FALSE,
...
)
|
x |
|
sink |
A string file path, URI, or OutputStream, or path in a file
system ( |
compression_level |
compression level. Meaning depends on compression algorithm |
write_statistics |
Specify if we should write statistics. Default |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.