View source: R/removeAutoGenIds.R
removeAutoGenIds | R Documentation |
Currently uses leading "U" to identify automatically generated IDs. TODO change identification of automatically generated IDs from looking for an initial "U" at the beginning of an ID to a function call so that actual ID that start with a "U" are possible.
removeAutoGenIds(ped)
ped |
datatable that is the |
A pedigree with automatically generated IDs removed.
examplePedigree <- nprcgenekeepr::examplePedigree
length(examplePedigree$id)
ped <- removeAutoGenIds(examplePedigree)
length(ped$id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.