ridl_container | R Documentation |
Create a RIDL container from list with required fields
ridl_container(
country,
visible_external,
geographic_area,
title = NULL,
name = NULL,
description = NULL,
not_used = NULL,
sectoral_area = NULL,
population = NULL,
tag_string = NULL,
configuration = NULL
)
country |
character, a vector of UNHCR country code |
visible_external |
logical, Visible to Partner users |
geographic_area |
character, Geographic area referenced. |
title |
character, the title of the container |
name |
character, the name of the container |
description |
character, the description of the data |
not_used |
character, name of the parent container |
sectoral_area |
character, The sectoral areas covered by the datasets included within. Multiple values are allowed. |
population |
character, Description of the population covered by the container |
tag_string |
character, the tag eg. economy, mental health, government |
configuration |
RIDLConfig, RIDL configuration used |
RIDLContainer the container
## Not run:
res <- ridl_container(country = "MLI",
visible_external = FALSE,
geographic_area = "Mali")
res
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.