Skip to contents

Patch a container on RIDL

Usage

ridl_container_patch(
  container,
  country = NULL,
  visible_external = NULL,
  geographic_area = NULL,
  title = NULL,
  name = NULL,
  description = NULL,
  not_used = NULL,
  sectoral_area = NULL,
  population = NULL,
  tag_string = NULL,
  configuration = NULL
)

rc_patch(
  container,
  country = NULL,
  visible_external = NULL,
  geographic_area = NULL,
  title = NULL,
  name = NULL,
  description = NULL,
  not_used = NULL,
  sectoral_area = NULL,
  population = NULL,
  tag_string = NULL,
  configuration = NULL
)

Arguments

container

RIDLContainer, the container to patch

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, the configuration

Value

A HttpResponse object