station_links | R Documentation |
Station name and its URL
station_links
A data frame with 3444 rows and 4 variable:
Station no
Station information including no, month, temperature, precipitation, station, country, latitude, NS, longitude, WE, altitude. The information is NOT cleaned Row information downloaded from each URL. Escaped by stringi::stri_escape_unicode().
URL of station.
Continent. Escaped by stringi::stri_escape_unicode().
library(magrittr) library(stringi) library(dplyr) data(station_links) station_links %>% 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.