ridl_dataset_resource_get_all: List all the resources in a dataset

View source: R/ridlobject.R

ridl_dataset_resource_get_all.RIDLDatasetR Documentation

List all the resources in a dataset

Description

List all the resources in a dataset

Usage

## 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)

Arguments

dataset

RIDLDataset

pattern

character, regex pattern to match resource name

format

character, format of the resources

Value

A list of RIDLResource


dickoa/ridl documentation built on April 23, 2023, 7:14 p.m.