examplePath {cfDNAPro} | R Documentation |
cfDNAPro package has sample files in 'inst/extdata' directory. This function helps get the path to the data.
examplePath(data = NULL)
data |
Name of data set. Such as "groups" or "step6". If 'NULL', the path of extdata folder will be returned. |
A string. (i.e. the path.)
examplePath() examplePath("groups_picard") examplePath("step6")