| hf_write_chunk | R Documentation |
Internal function to write a data chunk to a parquet file.
hf_write_chunk(data, output_dir, chunk_id, prefix = "chunk")
data |
A tibble to write. |
output_dir |
Character string. Directory to write to. |
chunk_id |
Integer. Chunk identifier. |
prefix |
Character string. File name prefix. Default: "chunk". |
Invisibly returns the file path written.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.