Skip to contents

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)

Arguments

dataset

RIDLDataset

Value

integer, the number of resources

Examples

if (FALSE) {
 # Setting the config to use RIDL
 res <- ridl_dataset_search(rows = 3L, visibility = "public")
 rd_resource_count(res[[2]])
}