R/libs.R

libs <- function (Lib)
{
    if (missing(Lib))
        print(.packages(all.available = TRUE), q = FALSE)
    else eval(parse(text = paste("library(help=",
as.character(substitute(Lib)),")")))
}

Try the cwhmisc package in your browser

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

cwhmisc documentation built on May 1, 2019, 7:55 p.m.