R/data-cgit.R

#' @name cgit
#' 
#' @title China Global Investment Tracker
#' 
#' 
#' @description
#' _The China Global Investment Tracker (CGIT) is the only comprehensive public data set covering China’s global investment and construction, which are documented both separately and together. Inaugurated in 2005, the CGIT now includes over 3,300 large transactions across energy, transportation, real estate, and other industries, as well as 300 troubled transactions. The full list, with the amount, Chinese parent company, host country, and sector, is available for public use with the proper citation. The tracker is published by the American Enterprise Institute._
#' 
#' @references 
#' * The American Enterprise Institute and The Heritage Foundation
#' 
#' @source [AEI](https://www.aei.org/china-global-investment-tracker/)
#' 
#' @template author-bk
#' 
#' @examples 
#' cgit_investments_df
#' 
#' cgit_construction_contracts_df
#' 
#' cgit_troubled_transactions_df
#' 
#' cgit_combined_df
NULL

#' @rdname cgit
"cgit_investments_df"

#' @rdname cgit
"cgit_construction_contracts_df"

#' @rdname cgit
"cgit_troubled_transactions_df"

#' @rdname cgit
"cgit_combined_df"
knapply/bluesky documentation built on Feb. 26, 2020, 7:18 a.m.