examplePath: Get path to cfDNAPro example folder.

View source: R/examplePath.R

examplePathR Documentation

Get path to cfDNAPro example folder.

Description

cfDNAPro package has sample files in 'inst/extdata' directory. This function helps get the path to the data.

Usage

examplePath(data = NULL)

Arguments

data

Name of data set. Such as "groups_picard" or "step6". If 'NULL', the path of extdata folder will be returned.

Value

A string. (i.e. the path.)

Examples

examplePath()
examplePath("groups_picard")
examplePath("step6")

hw538/cfDNAPro documentation built on April 21, 2024, 2:21 a.m.