Skip to contents

Retrieve available climate tags to be consulted. The list is only available in Spanish.

Usage

get_climate_tags(language = "ES")

Arguments

language

character with the language of the tags ("EN" or "ES". Default is "ES".

Value

data.frame object with available climate tags.

Examples

dict <- get_climate_tags("ES")
head(dict)
#>   etiqueta                                   variable
#> 1 TSSM_CON                Temperatura seca (ambiente)
#> 2 THSM_CON                         Temperatura humeda
#> 3  TMN_CON                         Temperatura minima
#> 4  TMX_CON                         Temperatura maxima
#> 5 TSTG_CON Temperatura seca (ambiente) del termografo
#> 6   HR_CAL                           Humedad relativa
#>                                frecuencia
#> 1 Horaria (07:00, 13:00, 18:00 y/o 19:00)
#> 2 Horaria (07:00, 13:00, 18:00 y/o 19:00)
#> 3                                  Diaria
#> 4                                  Diaria
#> 5                      Horaria (24 horas)
#> 6 Horaria (07:00, 13:00, 18:00 y/o 19:00)