View source: R/indicators-indicators.R
| get_indicators | R Documentation |
This function returns a list of indicators published in the ISTAC-indicators database. An indicator is a measure used to know the intensity of a phenomenon in spacetime. This measure can refer to different spatial or temporal granularities.
get_indicators(
q = "",
order = "",
limit = 25,
offset = 0,
fields = "",
representation = ""
)
q |
(string): Metadata query on which the searches can be built using |
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 |
get_indicators(
q='id IN ("AFILIACIONES", "EMPLEO_REGISTRADO_AGRICULTURA")',
order="id ASC",
fields="+data",
representation="GEOGRAPHICAL[35003|35005], MEASURE[ABSOLUTE]"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.