R/MultiSVExe.R

##' @export

###############################################################################
`gtExEs.default` <- function(proc){
ExePath <- system.file("RPRL", package = "MultiSV")
Exesrp <- (proc)
Exec <- file.path(ExePath, Exesrp)
Pexe <- Sys.which("perl")
paste(Pexe,Exec,sep=" ")
}

Try the MultiSV package in your browser

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

MultiSV documentation built on May 2, 2019, 9:25 a.m.