ridl_dataset_container_get: Get the dataset container

View source: R/ridlobject.R

ridl_dataset_container_get.RIDLDatasetR Documentation

Get the dataset container

Description

Get the container where the data is share

Usage

## S3 method for class 'RIDLDataset'
ridl_dataset_container_get(dataset)

## S3 method for class 'RIDLDataset'
rd_container_get(dataset)

ridl_dataset_container_get(dataset)

## Default S3 method:
ridl_dataset_container_get(dataset)

rd_container_get(dataset)

## Default S3 method:
rd_container_get(dataset)

Arguments

dataset

RIDLDataset, the dataset

Value

A RIDLContainer

Examples

## Not run: 
# Setting the config to use RIDL default server
 res <- ridl_dataset_search(rows = 3L, visibility = "public")
 ridl_container_get(res[[1]])

## End(Not run)

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