get_indicators_geographical_values: Get geographical values

Description Usage Arguments Examples

View source: R/indicators-geographic.R

Description

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

Usage

1
2
3
4
5
get_indicators_geographical_values(
  geographicalgranularitycode,
  subjectcode,
  systemcode = ""
)

Arguments

geographicalgranularitycode

(string): geographical granularity code

subjectcode

(string): subject code

systemcode

(string): system code

Examples

1
2
3
4
5
get_indicators_geographical_values(
"REGIONS",
subjectcode="051",
systemcode="C00067A"
)

eDatos/istacr documentation built on Nov. 24, 2021, 10:39 a.m.