R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' onAttach
#' @keywords internal
#' @export
.onAttach <- function(...) {
  packageStartupMessage("")
}

Try the RSDA package in your browser

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

RSDA documentation built on Nov. 10, 2023, 5:06 p.m.