Db | R Documentation |
Retrieves date(s) of birth from the database
Db(idego, d = NULL)
idego |
vector of IDs of egos |
d |
Name of database. If d is missing, dLH is used. |
Dates of birth (decimal format)
# Load the data
data(dLH,package = "Families")
# Date of birth of first individual in database
d <- dLH
Db(idego=1,d=d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.