ridl_dataset_resource_get_all.RIDLDataset | R Documentation |
List all the resources in a dataset
## S3 method for class 'RIDLDataset'
ridl_dataset_resource_get_all(dataset, pattern = NULL, format = NULL)
## S3 method for class 'RIDLDataset'
rd_resource_get_all(dataset, pattern = NULL, format = NULL)
ridl_dataset_resource_get_all(dataset, pattern, format)
## Default S3 method:
ridl_dataset_resource_get_all(dataset, pattern, format)
rd_resource_get_all(dataset, pattern, format)
## Default S3 method:
rd_resource_get_all(dataset, pattern, format)
dataset |
RIDLDataset |
pattern |
character, regex pattern to match resource name |
format |
character, format of the resources |
A list of RIDLResource
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.