R/onAttach.R

Defines functions .onAttach

.onAttach <-
function(libname, pkgname) {
    packageStartupMessage(
        "For more information on the usage of the BEQI2 tool, type: ", 
        'vignette("BEQI2")'
    )
}  

Try the BEQI2 package in your browser

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

BEQI2 documentation built on May 2, 2019, 8:19 a.m.