R/maSigProUsersGuide.R

maSigProUsersGuide<-function (view = TRUE) 
{
    f <- system.file("doc", "maSigProUsersGuide.pdf", package = "maSigPro")
    if (view) {
        if (.Platform$OS.type == "windows" && interactive()) 
        {
            shell.exec(f) # consider using browseUrl() instead?
        }
        else system(paste(Sys.getenv("R_PDFVIEWER"), f, "&"))
    }
    return(f)
}

Try the maSigPro package in your browser

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

maSigPro documentation built on Nov. 8, 2020, 6:51 p.m.