production: Vehicle production statistics by country and type

productionR Documentation

Vehicle production statistics by country and type

Description

This data frame contains annual data on vehicle production statistics by country and type between the years 2006 and 2021 (inclusive) from the OICA. Standard country / area codes come from the United Nations Statistics Division. The table below shows a detailed description of each variable.

Usage

data(production)

Format

Variable Description
year Year (2006 - 2021)
country Country name
type Vehicle type: pv = passenger vehicle, cv = commercial vehicle
n Number of vehicles produced
region Country region (continent)
subregion Country subregion
intermediate_region Country intermediate region
least_developed Dummy variable; is country least developed?
land_locked_developing Dummy variable; is country land-locked developing?
small_island_developing Dummy variable; is country small island developing?
code_region Country region code
code_subregion Country subregion code
code_intermediate_region Country intermediate region code
code_m49 Country M49 code
code_iso_alpha2 Country ISO alpha 2 code
code_iso_alpha3 Country ISO alpha 3 code

Source

Raw data downloaded from the Organisation Internationale des Constructeurs d'Automobiles (OICA) and the United Nations Statistics Division

Examples

data(production)

head(production)

jhelvy/oica documentation built on June 11, 2025, 5:40 p.m.