Learn R Programming

JapanAPIs (version 0.1.1)

jpn_manga_hafu_df: Half-Caste Manga Characters

Description

This dataset, jpn_manga_hafu_df, is a data frame containing information on half-caste manga characters. It includes attributes such as the year of publication, manga series, character name, gender, parental origin, and physical traits like eye and hair color.

Usage

data(jpn_manga_hafu_df)

Arguments

Format

A data frame with 296 observations and 9 variables:

Year

Year of publication (integer)

Series

Manga series name (factor)

Character

Character name (factor)

Gender

Gender of the character (factor)

Father

Father's origin (factor)

Mother

Mother's origin (factor)

Eyes

Eye color (factor)

Hair

Hair color (factor)

Notes

Additional notes about the character (factor)

Details

The dataset name has been kept as 'jpn_manga_hafu_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 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.