R/hooks.R

Defines functions .onAttach

#' @export
.onAttach <- function(libname, pkgname) {
   packageStartupMessage("Run options(error = DYM()) to enable 'Did you mean' feature", domain="R-DYM")
}

Try the DYM package in your browser

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

DYM documentation built on May 2, 2019, 3:37 p.m.