R/zzz.R

Defines functions .onAttach

# .onAttach ---------------------------------------------------------------
#nocov start
.onAttach <- function(...) {
    invisible()
}
#nocov end
tidylab/boilerplate documentation built on Feb. 28, 2020, 9:33 p.m.