R/datasets.R
create_file_dataset_from_files.Rd
Create a FileDataset to represent file streams.
create_file_dataset_from_files(path, validate = TRUE)
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. |
The FileDataset object
data_path