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
if (FALSE) {
# Setting the config to use RIDL default server
res <- ridl_dataset_show("unhcr-mrt-2017-sea-1-1")
res
}