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.
Usage
data(AutoOwnershipKorea_df)
Format
A data frame with 10 observations and 5 variables:
- Year
Year of observation (numeric)
- AO
Auto ownership level (numeric)
- GNP
Gross National Product (numeric)
- CP
Car price (numeric)
- OP
Oil price (numeric)
Details
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.