makeExamplePedigreeFile {nprcgenekeepr} | R Documentation |
Write copy of nprcgenekeepr::examplePedigree into a file
Description
Uses examplePedigree
data structure to create an example data file
Usage
makeExamplePedigreeFile(
file = file.path(tempdir(), "examplePedigree.csv"),
fileType = "csv"
)
Arguments
file |
character vector of length one providing the file name |
fileType |
character vector of length one with possible values of
|
Value
Full path name of file saved.
Examples
library(nprcgenekeepr)
pedigreeFile <- makeExamplePedigreeFile()
[Package nprcgenekeepr version 1.0.7 Index]