Skip to contents

Get the container where the data is share

Usage

# S3 method for RIDLDataset
ridl_dataset_container_get(dataset)

# S3 method for RIDLDataset
rd_container_get(dataset)

ridl_dataset_container_get(dataset)

# S3 method for default
ridl_dataset_container_get(dataset)

rd_container_get(dataset)

# S3 method for default
rd_container_get(dataset)

Arguments

dataset

RIDLDataset, the dataset

Value

A RIDLContainer

Examples

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