station_links {clidatajp} | R Documentation |
Station name and its URL
Description
Station name and its URL
Usage
station_links
Format
A data frame with 3444 rows and 4 variable:
- no
Station no
- station
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
URL of station.
- continent
Continent. Escaped by stringi::stri_escape_unicode().
Examples
library(magrittr)
library(stringi)
library(dplyr)
data(station_links)
station_links %>%
dplyr::mutate_all(stringi::stri_unescape_unicode)
[Package clidatajp version 0.5.2 Index]