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

Description Usage Arguments Value Examples

View source: R/parquet_readr.R

Description

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

Usage

1
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

1
2
3
4
5
## Not run: 
# parquet_readr(path=path/to/your/parquet.parquet)


## End(Not run)

parqr documentation built on July 15, 2021, 9:06 a.m.