Skip to contents

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)

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)

Source

Data taken from the learningr package version 0.29.1

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.