clean_station {clidatajp} | 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()