View source: R/age_functions.r
days_until_next_birthday | R Documentation |
Calculate days until next birthday
days_until_next_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_until_next_birthday("1950-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.