read_parquet | R Documentation |
Import a file in parquet format as a data.table.
read_parquet(path, verbose = TRUE, ...)
path |
Path to parquet file. |
verbose |
Print messages. |
... |
Arguments passed on to
|
#### Write a parquet file ####
dat <- echodata::BST1
path <- echodata::write_parquet(dat)
#### Read the parquet file back into R ####
dat2 <- echodata::read_parquet(path=path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.