View source: R/age_functions.r
days_since_last_birthday | R Documentation |
Calculate days since last birthday
days_since_last_birthday(birthdate, asOfDate = Sys.Date())
birthdate |
Birthdate in character (YYYY-MM-DD) or as class date. |
asOfDate |
The date to calculate the age. Default is the system date. |
days as numeric
## Not run: days_since_last_birthday("1950-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.