View source: R/write_parquet.R
write_parquet | R Documentation |
Export a data.frame to parquet format.
write_parquet(dat, path = tempfile(fileext = ".parquet"), verbose = TRUE)
dat |
data.frame. |
path |
Path to write parquet file to. |
verbose |
Print messages. |
dat <- echodata::BST1
path <- echodata::write_parquet(dat = dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.