R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nolint

    # make data set names global to avoid CHECK notes
    utils::globalVariables("EDH")
    utils::globalVariables("rpmp")
    utils::globalVariables("retn")

    invisible()
}

Try the sdam package in your browser

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

sdam documentation built on Sept. 5, 2022, 9:06 a.m.