R/ExampleTradeData.R

#' BACI_HS17_Y2020_V202301 data
#'
#' A dataset containing the trade data for country codes 4 and 710.
#'
#' @format `ExampleTradeData`
#' A data frame with 72097 rows and 6 variables:
#' \describe{
#'   \item{t}{Year}
#'   \item{k}{Product category, HS 6-digit code}
#'   \item{i}{Exporter, ISO 3-digit country code}
#'   \item{j}{Importer, ISO 3-digit country code}
#'   \item{v}{Value of the trade flow, in thousands current USD}
#'   \item{q}{Quantity, in metric tons}
#' }
#' @source \url{http://www.cepii.fr/CEPII/en/bdd_modele/bdd_modele_item.asp?id=37}
"ExampleTradeData"

Try the iopspackage package in your browser

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

iopspackage documentation built on May 29, 2024, 7 a.m.