get_indicators_systems_code_instances_code_data {istacr} | R Documentation |
Get indicators system code instances code data
Description
This function returns metadata of an indicator set associated with a specific indicator system. An instance of an indicator is nothing more than a spatio-temporal query of an indicator when it is incorporated into a specific indicator system.
Usage
get_indicators_systems_code_instances_code_data(
indicatorsystemcode,
indicatorinstancecode,
representation = "",
granularity = "",
fields = ""
)
Arguments
indicatorsystemcode |
(string): Indicator system code |
indicatorinstancecode |
(string): Indicator instance code |
representation |
(string): Allows filtering the observations by their value. |
granularity |
(string): Allows to filter the observations through the granularities of the same. |
fields |
(string): Allows you to customize the response by excluding fields. The possible values are: “-observationsMetadata“. |
Examples
get_indicators_systems_code_instances_code_data(
"C00075H",
"21af0477-d63b-493b-ad02-4ab181547223"
)
[Package istacr version 0.2.2 Index]