parquet_readr {parqr}R Documentation

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

## Not run: 
# parquet_readr(path=path/to/your/parquet.parquet)


## End(Not run)


[Package parqr version 0.1.0 Index]