R/globals.r

#' @keywords internal
#' @noRd
#' @importFrom utils globalVariables

global_vars <- c(
  "batch",
  "batch_c",
  "batch_o",
  "control",
  "country",
  "doi",
  "doi_abnorm",
  "entropy",
  "geo",
  "gini",
  "hhi",
  "hits",
  "iso2c",
  "keyword",
  "location",
  "locations",
  "measure",
  "object",
  "score",
  "score_abnorm",
  "synonym",
  "type",
  "voi",
  "voi_abnorm"
)

globalVariables(global_vars)
ha-pu/doiGT documentation built on June 29, 2023, 9:14 a.m.