parquet_readr_list {parqr} | R Documentation |
parquet_readr_list
parquet_readr_list(path, verbose = FALSE)
path |
The path to the directory where the file is stored. |
verbose |
For debugging the path string. |
A list of dataframes.
## Not run:
# parquet_readr_list(path=path/to/your/parquet.parquet)
## End(Not run)