Skip to contents

Create a RIDL container from list with required fields

Usage

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
)

Arguments

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

Value

RIDLContainer the container

Examples

if (FALSE) {
 res <- ridl_container(country = "MLI",
                       visible_external = FALSE,
                       geographic_area = "Mali")
 res
}