Get the number of resources in the dataset
Source:R/dataset.R
, R/ridlobject.R
ridl_dataset_resource_count.Rd
Get the number of resources in the dataset
Usage
# S3 method for RIDLDataset
ridl_dataset_resource_count(dataset)
# S3 method for RIDLDataset
rd_resource_count(dataset)
ridl_dataset_resource_count(dataset)
# S3 method for default
ridl_dataset_resource_count(dataset)
rd_resource_count(dataset)
# S3 method for default
rd_resource_count(dataset)
Examples
if (FALSE) {
# Setting the config to use RIDL
res <- ridl_dataset_search(rows = 3L, visibility = "public")
rd_resource_count(res[[2]])
}