View source: R/makeExamplePedigreeFile.R
makeExamplePedigreeFile | R Documentation |
Uses examplePedigree
data structure to create an example data file
makeExamplePedigreeFile(
file = file.path(tempdir(), "examplePedigree.csv"),
fileType = "csv"
)
file |
character vector of length one providing the file name |
fileType |
character vector of length one with possible values of
|
Full path name of file saved.
library(nprcgenekeepr)
pedigreeFile <- makeExamplePedigreeFile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.