Uses examplePedigree data structure to create an example data file

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 "txt", "csv", or "xlsx". Default value is "csv".

Value

Full path name of file saved.

Examples

# \donttest{ library(nprcgenekeepr) pedigreeFile <- makeExamplePedigreeFile() # }