station_jp {clidatajp}R Documentation

Climate stations in Japan

Description

Climate stations in Japan

Usage

station_jp

Format

A data frame with 3444 rows and 4 variable:

region

Rejon. Escaped by stringi::stri_escape_unicode().

pref

Prefecture. Escaped by stringi::stri_escape_unicode()

no

Station no.

station

Station name. To avoid duplication, including country name after station name. Can split by "_". Escaped by stringi::stri_escape_unicode().

altitude

Altitude. (m)

latitude

Latitude. (degree)

longitude

Longitude. (degree)

NS

North or South.

WE

West or East.

yomi

Pronunciation in Japanese. Escaped by stringi::stri_escape_unicode()

city

City name. Escaped by stringi::stri_escape_unicode().

Examples

library(magrittr)
library(stringi)
library(dplyr)
data(station_jp)
station_jp %>%
  dplyr::mutate_all(stringi::stri_unescape_unicode)

[Package clidatajp version 0.5.2 Index]