get_indicators_geographical_values {istacr}R Documentation

Get geographical values

Description

This function returns values of a geographical granularity that in turn are part of a specific theme or system of indicators.

Usage

get_indicators_geographical_values(
  geographicalgranularitycode,
  subjectcode,
  systemcode = ""
)

Arguments

geographicalgranularitycode

(string): geographical granularity code

subjectcode

(string): subject code

systemcode

(string): system code

Examples

get_indicators_geographical_values(
"REGIONS",
subjectcode="051",
systemcode="C00067A"
)

[Package istacr version 0.2.2 Index]