parquet_readr {parqr} | R Documentation |
Read a multi-part parquet file in as a data.frame
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.
## Not run:
# parquet_readr(path=path/to/your/parquet.parquet)
## End(Not run)