Description Usage Arguments Value Examples
View source: R/parquet_readr.R
Read a multi-part parquet file in as a data.frame
1 | parquet_readr(path, verbose = FALSE)
|
path |
The path to the directory where the file is stored. |
verbose |
Used for debugging the path string. |
A single dataframe of your multi-part parquet.
1 2 3 4 5 | ## Not run:
# parquet_readr(path=path/to/your/parquet.parquet)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.