ridl_dataset_show: Pull and show a RIDL dataset

View source: R/dataset.R

ridl_dataset_showR Documentation

Pull and show a RIDL dataset

Description

Read a RIDL dataset from its name or id

Usage

ridl_dataset_show(identifier, configuration = NULL)

rd_show(identifier, configuration = NULL)

Arguments

identifier

character, name or id of the dataset

configuration

RIDLConfig, the configuration to use if any

Value

Dataset the dataset

Examples

## Not run: 
# Setting the config to use RIDL default server
 res <- ridl_dataset_show("unhcr-mrt-2017-sea-1-1")
 res

## End(Not run)

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