View source: R/aemet_stations.R
aemet_stations | R Documentation |
Get AEMET stations.
aemet_stations(verbose = FALSE, return_sf = FALSE)
verbose |
Logical |
return_sf |
Logical |
A tibble or a sf
object
You need to set your API Key globally using aemet_api_key()
.
Code modified from project https://github.com/SevillaR/aemet
Other aemet_api_data:
aemet_daily_clim()
,
aemet_extremes_clim()
,
aemet_last_obs()
,
aemet_monthly
,
aemet_normal
library(tibble) stations <- aemet_stations() stations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.