Learn R Programming

nprcgenekeepr (version 1.0.5)

createExampleFiles: Creates a folder with CSV files containing example pedigrees and ID lists used to demonstrate the package.

Description

Creates a folder named ~/tmp/ExamplePedigrees if it does not already exist. It then proceeds to write each example pedigree into a CSV file named based on the name of the example pedigree.

Usage

createExampleFiles()

Arguments

Value

A vector of the names of the files written.

Examples

Run this code
# NOT RUN {
library(nprcgenekeepr)
files <- createExampleFiles()
# }

Run the code above in your browser using DataLab