prefecture_en {jpinfect}R Documentation

English Names of Prefectures in Japan

Description

This vector contains the English names of all 47 prefectures in Japan, listed in geographical order, starting from Hokkaido in the north to Okinawa in the south.

Usage

prefecture_en

Format

A character vector of length 47.

Hokkaido

The northernmost prefecture.

Aomori

Located in the Tohoku region.

...

Other prefectures follow in geographical order.

Okinawa

The southernmost prefecture.

Examples

# Access the first prefecture
prefecture_en[1]  # "Hokkaido"

# Print all prefectures
print(prefecture_en)


[Package jpinfect version 0.1.2 Index]