Skip to contents

This dataset, jpnprefs_tbl_df, is a tibble containing information about the 47 prefectures of Japan. It includes details such as prefectural names in kanji and romaji, corresponding JIS codes, the region each prefecture belongs to, and the major island associated with each.

Usage

data(jpnprefs_tbl_df)

Format

A tibble with 47 observations and 5 variables:

jis_code

JIS code of the prefecture (character)

prefecture_kanji

Prefectural name in kanji (character)

prefecture

Prefectural name in romaji (character)

region

Geographical region of the prefecture (character)

major_island

Major island the prefecture belongs to (character)

Source

Data taken from the zipangu package version 0.3.3

Details

The dataset name has been kept as 'jpnprefs_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.