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.

createExampleFiles()

Value

A vector of the names of the files written.

Examples

# \donttest{ library(nprcgenekeepr) files <- createExampleFiles()
#> Example pedigree files examplePedigree, focalAnimals, lacy1989Ped, pedDuplicateIds, pedFemaleSireMaleDam, pedGood, pedInvalidDates, pedMissingBirth, pedOne, pedSameMaleIsSireAndDam, pedSix, pedWithGenotype, qcBreeders, qcPed, and smallPed will be created in /var/folders/y3/5z1skj6s5tq0pktmsq6x80v80000gn/T//RtmpcAZuO7/ExamplePedigrees.
# }