R/zzz.R

Defines functions .onAttach

# .onAttach ---------------------------------------------------------------
#nocov start
.onAttach <- function(...) {
    invisible()
}
#nocov end
tidylab/tidy.preparation documentation built on Jan. 6, 2020, 12:45 a.m.