Learn R Programming

parquetize (version 0.5.7)

parquetize_example: 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)

Value

A character string

Arguments

file

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

Examples

Run this code
parquetize_example()
parquetize_example("region_2022.csv")
parquetize_example("iris_dataset")

Run the code above in your browser using DataLab