View source: R/utils_filesave.R
write_parquet_zstd | R Documentation |
A basic wrapper around arrow::write_parquet()
.
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.