View source: R/download_climate.R
| clean_station | R Documentation |
Helper function for download_climate().
clean_station(station)
station |
A String of station information. |
A tibble including station information.
data(station_links)
station_links %>%
head(1) %>%
`$`("station") %>%
stringi::stri_unescape_unicode() %>%
clean_station()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.