R/zzz.R

.onAttach <- function(...) {
    needed <- core[!is_attached(core)]
    if (length(needed) == 0)
        return()

    zeligverse_attach()
#    tidyverse_conflicts()
}

is_attached <- function(x) {
    paste0("package:", x) %in% search()
}

Try the zeligverse package in your browser

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

zeligverse documentation built on May 2, 2019, 12:21 p.m.