KPopIdols_tbl_df | R Documentation |
This dataset, KPopIdols_tbl_df, is a tibble containing a complete detailed database of all current KPop idols, both male and female. It includes each idol's stage name, full name, Korean name, Korean stage name, date of birth, group name, country, height, weight, birthplace, gender, and Instagram handle. The dataset preserves the original structure from its source on Kaggle.
data(KPopIdols_tbl_df)
A tibble with 1,666 observations and 12 variables:
Stage name of the idol (character)
Full name of the idol (character)
Korean name of the idol (character)
Stage name written in Korean (character)
Date of birth (character)
Name of the group the idol belongs to (character)
Country of origin (character)
Height in centimeters (numeric)
Weight in kilograms (numeric)
Place of birth (character)
Gender of the idol (character)
Instagram handle or profile URL (character)
The dataset name has been kept as 'KPopIdols_tbl_df' to maintain consistency with the naming conventions in the SouthKoreAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/onlyrohit/all-kpop-idols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.