R/zzz.R

Defines functions .onAttach

# .onAttach ---------------------------------------------------------------
#nocov start
.onAttach <- function(...) {
    invisible()
}
#nocov end
tidylab/template.package documentation built on Feb. 27, 2020, 1:47 a.m.