Opens all parquet chunk files as a single lazy arrow::Dataset using
arrow::open_dataset(). The dataset can be filtered and selected with
dplyr verbs before calling dplyr::collect() to materialise. Requires
the arrow package.
Value
An arrow::Dataset.
