parquetize_example: Get path to parquetize example

View source: R/parquetize_example.R

parquetize_exampleR Documentation

Get path to parquetize example

Description

parquetize comes bundled with a number of sample files in its 'inst/extdata' directory. This function make them easy to access

Usage

parquetize_example(file = NULL)

Arguments

file

Name of file or directory. If 'NULL', the example files will be listed.

Value

A character string

Examples

parquetize_example()
parquetize_example("region_2022.csv")
parquetize_example("iris_dataset")

parquetize documentation built on May 29, 2024, 8 a.m.