R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  utils::globalVariables(c("type.convert", "is"))
  utils::globalVariables(c("data","is","read.csv"))
}

Try the ncodeR package in your browser

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

ncodeR documentation built on Nov. 20, 2019, 1:07 a.m.