This dataset, AutoOwnershipKorea_df, is a data frame containing information on auto ownership in South Korea, along with related economic indicators. It includes data on gross national product, car prices, and oil prices over a series of years.
data(AutoOwnershipKorea_df)A data frame with 10 observations and 5 variables:
Year of observation (numeric)
Auto ownership level (numeric)
Gross National Product (numeric)
Car price (numeric)
Oil price (numeric)
The dataset name has been kept as 'AutoOwnershipKorea_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the SouthKoreAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.