station_jp {clidatajp} | R Documentation |
Climate stations in Japan
station_jp
A data frame with 3444 rows and 4 variable:
Rejon. Escaped by stringi::stri_escape_unicode().
Prefecture. Escaped by stringi::stri_escape_unicode()
Station no.
Station name. To avoid duplication, including country name after station name. Can split by "_". Escaped by stringi::stri_escape_unicode().
Altitude. (m)
Latitude. (degree)
Longitude. (degree)
North or South.
West or East.
Pronunciation in Japanese. Escaped by stringi::stri_escape_unicode()
City name. Escaped by stringi::stri_escape_unicode().
library(magrittr)
library(stringi)
library(dplyr)
data(station_jp)
station_jp %>%
dplyr::mutate_all(stringi::stri_unescape_unicode)