ridl_dataset_resource_count.RIDLDataset | R Documentation |
Get the number of resources in the dataset
## S3 method for class 'RIDLDataset'
ridl_dataset_resource_count(dataset)
## S3 method for class 'RIDLDataset'
rd_resource_count(dataset)
ridl_dataset_resource_count(dataset)
## Default S3 method:
ridl_dataset_resource_count(dataset)
rd_resource_count(dataset)
## Default S3 method:
rd_resource_count(dataset)
dataset |
RIDLDataset |
integer, the number of resources
## Not run:
# Setting the config to use RIDL
res <- ridl_dataset_search(rows = 3L, visibility = "public")
rd_resource_count(res[[2]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.