R/01-env.r

#' Global Environment for the pbdBASE Package
#' 
#' The environment for the pbdBASE package where "global" variables are stored.
#' 
#' The \code{.__blacs_gridinfo_} and \code{._blacs_initialized} objects are
#' stored in this environment.
#' 
#' @name BASE Global Environment
#' @export
.pbdBASEEnv <- new.env()

.conflicts.OK <- TRUE
RBigData/pbdBASE documentation built on Oct. 29, 2021, 6:19 p.m.