This dataset, jpn_us_cars_df, is a data frame containing information on 45 automobiles from the United States and Japan. It includes attributes such as model name, country of origin, mileage, and price.
Usage
data(jpn_us_cars_df)
Format
A data frame with 45 observations and 4 variables:
- Model
Car model (factor)
- Country
Country of origin (factor)
- Mileage
Mileage in miles per gallon (integer)
- Price
Price in US dollars (integer)
Details
The dataset name has been kept as 'jpn_us_cars_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.