R/zzz.r

Defines functions .onLoad

#' Function to load ea_wbids data file with package
#' 
#' @importFrom utils globalVariables
#' 
#' @noRd
.onLoad <- function(libname = find.package("cde"), pkgname = "cde") {
  # CRAN Note avoidance
  if (getRversion() >= "2.15.1")
    utils::globalVariables(
      c("ea_wbids")
    )
  invisible()
}

Try the cde package in your browser

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

cde documentation built on Sept. 4, 2019, 9:02 a.m.