R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname = find.package("childsds"), pkgname = "childsds"){
    if(getRversion() >= "3.1.0") utils::globalVariables(c(".data", "group"))
}

Try the childsds package in your browser

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

childsds documentation built on March 18, 2022, 7:55 p.m.