pq_write | R Documentation |
Write Arrow Parquet Files
pq_write( data = NULL, file_path = NULL, folder = NULL, file_name = NULL, chunk_size = NULL, version = NULL, use_compression = T, compression = default_parquet_compression(), compression_level = 9, use_dictionary = NULL, write_statistics = NULL, data_page_size = NULL, use_deprecated_int96_timestamps = FALSE, coerce_timestamps = NULL, allow_truncated_timestamps = FALSE, properties = NULL, arrow_properties = NULL, return_message = T )
return_message |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.