climate_jp | R Documentation |
Climate data downloaded from Japan Meteorological Agency web pages. URLs of each station are listed in data(station_links). https://www.data.jma.go.jp/gmd/cpd/monitor/nrmlist/
climate_jp japan_climate
A data frame with 3768 (157 stations * 12 months * 2 periods) rows and 14 variable:
Station no
Month
Period of observations
Mean temperature
Mean precipitation
Mean snowfall
Mean insolation
Station name. To avoid duplication, including country name after station name. Can split by "_". Escaped by stringi::stri_escape_unicode().
Country name. Escaped by stringi::stri_escape_unicode().
Latitude. (degree)
North or South.
Longitude. (degree)
West or East.
Altitude (m)
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3768 rows and 14 columns.
library(magrittr) library(stringi) library(dplyr) data(japan_climate) japan_climate %>% 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.