powered by
Read a multi-part parquet file in as a data.frame
parquet_readr(path, verbose = FALSE)
The path to the directory where the file is stored.
Used for debugging the path string.
A single dataframe of your multi-part parquet.
# NOT RUN { # parquet_readr(path=path/to/your/parquet.parquet) # } # NOT RUN { # }
Run the code above in your browser using DataLab