aemet_extremes_clim {climaemet} | R Documentation |
Extreme values for a station
Description
Get recorded extreme values for a station.
Usage
aemet_extremes_clim(
station = NULL,
parameter = "T",
verbose = FALSE,
return_sf = FALSE,
extract_metadata = FALSE,
progress = TRUE
)
Arguments
station |
Character string with station identifier code(s)
(see |
parameter |
Character string as temperature ( |
verbose |
Logical |
return_sf |
Logical |
extract_metadata |
Logical |
progress |
Logical, display a |
Value
A tibble
or a sf object. If the function
finds an error when parsing it would return the result as a list()
object.
API Key
You need to set your API Key globally using aemet_api_key()
.
See Also
Other aemet_api_data:
aemet_beaches()
,
aemet_daily_clim()
,
aemet_forecast_beaches()
,
aemet_forecast_daily()
,
aemet_last_obs()
,
aemet_monthly
,
aemet_normal
,
aemet_stations()
Examples
library(tibble)
obs <- aemet_extremes_clim(c("9434", "3195"))
glimpse(obs)