This function restores the names of the columns in the connections data frame to the user-specified names.
.restoreNames(
connections,
personID = "personID",
momID = "momID",
dadID = "dadID",
spouseID = "spouseID",
twinID = "twinID",
famID = "famID"
)
A data frame containing the connections data.
Character string specifying the column name for individual IDs. Defaults to "personID".
Character string specifying the column name for mother IDs. Defaults to "momID".
Character string specifying the column name for father IDs. Defaults to "dadID".
Character string specifying the column name for spouse IDs. Defaults to "spouseID".
Character string specifying the column name for twin IDs. Defaults to "twinID".
Character string specifying the column name for family IDs. Defaults to "famID".