R/gvc.R

Defines functions .onAttach

#' @name gvc
#' @docType package
#' @title Global Value Chain analysis
#' @author
#' Bastiaan Quast \email{bquast@@gmail.com}
#' Victor Kummritz
#' @description Several tools for Global Value Chain ('GVC') analysis are implemented.
#' @seealso https://qua.st/decompr
#' @references {Wang, Zhi, Shang-Jin Wei, and Kunfu Zhu. Quantifying international production sharing at the bilateral and sector levels. No. w19677. National Bureau of Economic Research, 2013.}
NULL
.onAttach <- function(...) {
  packageStartupMessage("Please consider citing R and gvc,
citation()
citation('gvc')")}

Try the gvc package in your browser

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

gvc documentation built on June 20, 2022, 1:05 a.m.