R/rd-eq_passengercars.R

#' @importFrom tibble tibble
NULL

#' Export Quality Data for Passenger Cars, 1963-2014
#'
#' Data from the International Monetary Fund for the export quality and
#'  unit/trade value of passenger cars for all available countries and years
#'  from 1963 to 2014.
#'
#' @format A data frame with 60424 observations on the following 6 variables.
#' \describe{
#' \item{\code{country}}{a character vector for the country/area.}
#' \item{\code{ccode}}{a numeric vector for the Correlates of War country code.}
#' \item{\code{category}}{a factor with levels \code{Export Quality Index},
#'  \code{Export quality 95 percent interval - lower bound},
#'  \code{Export quality 95 percent interval - upper bound}
#'  \code{Unit value of exports}, \code{Unit value 95 percent interval - lower bound},
#'  \code{Unit value 95 percent interval - upper bound},
#'  \code{Trade value of exports}}
#' \item{\code{type}}{a factor with levels \code{51. Transport equipment, Passenger cars}.
#' This is a constant. I just felt like making it a factor.}
#' \item{\code{year}}{a numeric vector for the year}
#' \item{\code{value}}{a numeric vector for the value of the particular category.}
#' }
#'
"eq_passengercars"

Try the stevedata package in your browser

Any scripts or data that you put into this service are public.

stevedata documentation built on Oct. 25, 2023, 5:07 p.m.