parquet_readr_list {parqr} | R Documentation |
parquet_readr_list
Description
parquet_readr_list
Usage
parquet_readr_list(path, verbose = FALSE)
Arguments
path |
The path to the directory where the file is stored. |
verbose |
For debugging the path string. |
Value
A list of dataframes.
Examples
## Not run:
# parquet_readr_list(path=path/to/your/parquet.parquet)
## End(Not run)
[Package parqr version 0.1.0 Index]