powered by
Uses examplePedigree data structure to create an example data file
examplePedigree
makeExamplePedigreeFile( file = file.path(tempdir(), "examplePedigree.csv"), fileType = "csv" )
Full path name of file saved.
character vector of length one providing the file name
character vector of length one with possible values of "txt", "csv", or "xlsx". Default value is "csv".
"txt"
"csv"
"xlsx"
library(nprcgenekeepr) pedigreeFile <- makeExamplePedigreeFile()
Run the code above in your browser using DataLab