R/attach.R

Defines functions .onAttach

.onAttach <- function(...) {

  options(
    "unm_quiet" = TRUE,
    "unm_progress.bar" = "none",
    "unm_print_call" = TRUE
  )

}

Try the unmconf package in your browser

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

unmconf documentation built on Sept. 12, 2024, 7:10 a.m.