prefectures: Prefectural names in Japan

Description Usage Format Details Note Examples

Description

prefectures provides the name of prefectures in Japan as well as the regional name to be grouped.

Usage

1

Format

A data frame with 47 observations on the following 3 variables.

jiscode

a character vector

name

a character vector

region

a character vector

Details

The prefectures of Japan are the country's 47 subnational jurisdictions. prefectures provides the names in JIS code (JIS X 0401) order as UTF-8 encoded Japanese Kanji.The regions of Japan are assigned to corresponding prefecture, even though such regional division of Japan are not official administrative units.

Note

If you need the prefectural name in ASCII, kakasi can help to convert Kanji to Romaji (ASCII). See the example showed below.

Examples

1
2
3
4
5
6
7
data(prefectures)
head(prefectures)
## Not run: 
## Obtain the name as Romaji (ASCII)
kakasi(head(prefecture$name))

## End(Not run)

Nippon documentation built on May 2, 2019, 1:03 p.m.