R/onAttach.R

.onAttach <-
function(libname, pkgname) {
    packageStartupMessage(
        "\nFor more information on the usage of the Confidence tool, type:\n", 
        'vignette("confidence")\n',
        "Examples of input files can be found in:\n", 
        sQuote(system.file("extdata", package = "confidence"))
    )
}  

Try the confidence package in your browser

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

confidence documentation built on May 2, 2019, 1:06 p.m.