R/zzz.R

Defines functions .onLoad

Documented in .onLoad

#' #Initialize package
#'
#' @param libnam Name of the library the package is installed in.
#' @param pkgname The name of the package (NAMCr)
#'
#' @return none No return
#'
.onLoad = function(libnam, pkgname) {

    initialize()

}
namc-utah/NAMCr documentation built on Feb. 12, 2024, 4:29 a.m.