R/MultiSV.demo.R

##' Function with MultiSV input example
##'
##' 
##' 
##'
##' 
##' 
##' @example R/MultiSV.example.R
##' @author Khurram \enc{Maqbool}{Maqbool}
##' @export
GetTestCfgFile <- function () {
ExtDtPth <- system.file("extdata", package = "MultiSV")
CfgFileName <- ("MultiSV.conf")
CfgFile <- file.path(ExtDtPth, CfgFileName)
CfgFile
}

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.