get_chunk_paths | R Documentation |
To be used with read_delim_chunked_to_dataset()
.
get_chunk_paths(
dataset_base_name,
file_nrow,
chunk_size,
chunk_col_name = "chunk",
chunk_file_name = "data.parquet"
)
dataset_base_name |
Path of the directory to write the Hive partitioned Parquet files to. |
file_nrow |
Number of data rows in |
chunk_size |
The number of rows to include in each chunk |
chunk_col_name |
Name of the column indicating partition numbers in the Hive-style partition structure. |
chunk_file_name |
Name of the individual Parquet files in the Hive-style partition structure. |
A character vector with the paths to the partitions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.