R/global.R

# https://community.rstudio.com/t/how-to-solve-no-visible-binding-for-global-variable-note/28887/2
utils::globalVariables(c(
  "year",
  "month",
  "value",
  "export",
  "monty",
  ".",
  "country",
  "industry",
  "hscode",
  "hscode_ch",
  "growth_rate",
  "share",
  "difference",
  "id",
  "info",
  "sub_info",
  "type",
  "major",
  "minor",
  "name_ch",
  "itc.code",
  "itc_tariff.name",
  "un_comtrade.code",
  "un_comtrade.iso",
  "asean.code",
  "area",
  "reports_version_1_order",
  "reports_version_2_order"
))
chinhungtseng/taitratools documentation built on Jan. 11, 2021, 8:33 p.m.