Skip to contents

Browse a RIDL object

Usage

# S3 method for RIDLContainer
ridl_browse(x, ...)

# S3 method for RIDLDataset
ridl_browse(x, ...)

# S3 method for RIDLResource
ridl_browse(x, ...)

ridl_browse(x, ...)

# S3 method for default
ridl_browse(x, ...)

Arguments

x

an RIDL object

...

Extra parameters

Value

Character Tags of the dataset

Examples

if (FALSE) {
# Setting the config to use RIDL default server
 ridl_config_set()
 res <- ridl_dataset_search(rows = 3L)
 ridl_browse(res[[1]])
}