inst/doc/usage-vignette.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(parqr)

path_to_parquet = "file.parquet"
parquet_readr(path_to_parquet) # will return data.frame 

Try the parqr package in your browser

Any scripts or data that you put into this service are public.

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