View source: R/indicators-systems.R
get_indicators_systems_code_instances | R Documentation |
This function returns instances of indicators 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.
get_indicators_systems_code_instances(
indicatorsystemcode,
q = "",
order = "",
limit = 25,
offset = 0,
fields = "",
representation = "",
granularity = ""
)
indicatorsystemcode |
(string): with an indicator system code |
q |
(string): Query of metadata on which the searches can be built are: |
order |
(string): Order. Possible values are: |
limit |
(int): Results limit. By default |
offset |
(int): Displacement. Result from which it is returned. By default |
fields |
(string): Use of the answer by adding new fields. Possible values are: |
representation |
(string): Allows filtering the observations by their value. Its use only makes sense when |
granularity |
(string): Allows to filter the observations through the granularities of the same. Its use only makes sense when |
get_indicators_systems_code_instances("C00075H")
get_indicators_systems_code_instances(
"C00075H",
q='id EQ "INDICADORES_MUNICIPALES"'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.