R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' onAttach
#' @keywords internal
#' @export
.onAttach <- function(...) {
  packageStartupMessage("")
}
PROMiDAT/RSDA documentation built on Sept. 14, 2023, 9:16 p.m.