Creates a folder named ExamplePedigrees under the R session temporary
directory (as returned by tempdir()) 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.
Examples
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 /tmp/RtmpXP8AZw/ExamplePedigrees.
