Learn R Programming

parqr (version 0.1.0)

parquet_readr: Read a multi-part parquet file in as a data.frame

Description

Read a multi-part parquet file in as a data.frame

Usage

parquet_readr(path, verbose = FALSE)

Arguments

path

The path to the directory where the file is stored.

verbose

Used for debugging the path string.

Value

A single dataframe of your multi-part parquet.

Examples

Run this code
# NOT RUN {
# parquet_readr(path=path/to/your/parquet.parquet)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab