ld8_age | R Documentation |
ld8_age - merge input dataframe with ages calc from db
ld8_age(d, colname = "ld8", selectquery = "dob, sex")
d |
– dataframe with an lunaid_yyyymmdd column |
colname |
– column containing ld8 |
selectquery |
– what columns to select from db |
rist <- ld8_age(data.frame(ld8=c("11654_20180602","11671_20180723")),"ld8")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.