Open a multi-file dataset
open_dataset(path, schema = NULL, partition = NULL, ...)
path | String path to a directory containing the data files |
---|---|
schema | Schema for the dataset. If |
partition | One of
|
... | additional arguments passed to |
A Dataset R6 object. Use dplyr
methods on it to query the data,
or call $NewScan()
to construct a query directly.
PartitionScheme for defining partitioning