createExampleFiles {nprcgenekeepr} | R Documentation |
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()
Value
A vector of the names of the files written.
Examples
library(nprcgenekeepr)
files <- createExampleFiles()
[Package nprcgenekeepr version 1.0.7 Index]