addParentRow | R Documentation |
Create a properly formatted parent row for the pedigree
addParentRow(template_row, new_id, sex, momID = NA, dadID = NA)
template_row |
A single row from ped, used as a template for column structure |
new_id |
The new parent's ID |
sex |
The new parent's sex value (e.g., 0 for female, 1 for male, or "F"/"M") |
momID |
The new parent's mother ID (default is NA) |
dadID |
The new parent's father ID (default is NA) |
A single-row dataframe for the new parent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.