station_world | R Documentation |
Climate stations of the world
station_world
A data frame with 3444 rows and 9 variable:
Station no
Station name. To avoid duplication, including country name after station name. Can split by "_". Escaped by stringi::stri_escape_unicode().
Continent. Escaped by stringi::stri_escape_unicode().
Country name. Escaped by stringi::stri_escape_unicode().
Altitude (m)
Latitude (degree)
North or South.
Longitude (degree)
West or East
library(magrittr) library(stringi) library(dplyr) data(station_world) station_world %>% dplyr::mutate_all(stringi::stri_unescape_unicode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.