parquetize_example {parquetize}R 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")

[Package parquetize version 0.5.7 Index]