age_by_year | R Documentation |
Get age information from ID number, only by year, not the specific date.
age_by_year(id)
id |
A vector of ID numbers. |
Age vector obtained from ID numbers.
id = c(
"653127198503161793",
"652801197305161555",
"130206202202291545",
"110101841125178",
"12345678",
"65312a198204181793"
)
age_by_year(id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.