.restoreNames | R Documentation |
Rename standard internal columns in a pedigree connections data frame back to user-specified names.
.restoreNames(
connections,
personID = "personID",
momID = "momID",
dadID = "dadID",
spouseID = "spouseID",
twinID = "twinID",
famID = "famID"
)
restoreNames(
connections,
personID = "personID",
momID = "momID",
dadID = "dadID",
spouseID = "spouseID",
twinID = "twinID",
famID = "famID"
)
connections |
A data frame containing connection identifiers whose columns may currently be named with internal defaults such as 'personID', 'momID', 'dadID', 'spouseID', 'twinID', 'famID'. |
personID |
Character string specifying the column name for individual IDs. Defaults to "personID". |
momID |
Character string specifying the column name for mother IDs. Defaults to "momID". |
dadID |
Character string specifying the column name for father IDs. Defaults to "dadID". |
spouseID |
Character string specifying the column name for spouse IDs. Defaults to "spouseID". |
twinID |
Character string specifying the column name for twin IDs. Defaults to "twinID". |
famID |
Character string specifying the column name for family IDs. Defaults to "famID". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.