Skip to contents

Reads a Parquet file into a tidylearn_data object. Requires the nanoparquet package.

Usage

tl_read_parquet(path, ...)

Arguments

path

Path to a Parquet file.

...

Additional arguments passed to nanoparquet::read_parquet().

Value

A tidylearn_data object (a tibble subclass) with attributes tl_source, tl_format, and tl_timestamp.

Examples

# \donttest{
# data <- tl_read_parquet("path/to/data.parquet")
# }