View source: R/removeAutoGenIds.R
| removeAutoGenIds | R Documentation |
Identifies automatically generated IDs via isGeneratedUnknownId(),
the shared detection predicate derived from the configurable auto-ID format
(see getAutoIdFormat; default a leading "U"). Routing detection
through that single predicate is the "function call" the former inline
leading-"U" check was flagged to become.
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.