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.
data(jpnprefs_tbl_df)A tibble with 47 observations and 5 variables:
JIS code of the prefecture (character)
Prefectural name in kanji (character)
Prefectural name in romaji (character)
Geographical region of the prefecture (character)
Major island the prefecture belongs to (character)
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.