Create a FileDataset to represent file streams.

create_file_dataset_from_files(path, validate = TRUE)

Arguments

path

A data path in a registered datastore or a local path.

validate

Indicates whether to validate if data can be loaded from the returned dataset. Defaults to True. Validation requires that the data source is accessible from the current compute.

Value

The FileDataset object

See also

data_path