Reads a Parquet file into a tidylearn_data object. Requires the
nanoparquet package.
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.
