R/global.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # set global variables in order to avoid CHECK notes
  utils::globalVariables("PanglaoDBComposition")
  utils::globalVariables("PanglaoDBMeta")
  invisible()
}

Try the scfetch package in your browser

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

scfetch documentation built on Nov. 22, 2023, 1:09 a.m.