Learn R Programming

nprcgenekeepr (version 1.0.8)

makeExamplePedigreeFile: Write copy of nprcgenekeepr::examplePedigree into a file

Description

Uses examplePedigree data structure to create an example data file

Usage

makeExamplePedigreeFile(
  file = file.path(tempdir(), "examplePedigree.csv"),
  fileType = "csv"
)

Value

Full path name of file saved.

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".

Examples

Run this code
library(nprcgenekeepr)
pedigreeFile <- makeExamplePedigreeFile()

Run the code above in your browser using DataLab