Description Usage Arguments Value Examples
View source: R/whats_my_age_again.R
Calculate your age in case you forget.
1 | whats_my_age_again(dob = NULL, enddate = NULL)
|
dob |
A string of the form 'MM/DD/YYYY' indicated your birthday |
enddate |
A string of the form 'MM/DD/YYYY' for another date to see how old you were trsing |
lubridate object
1 2 3 4 | ## Not run:
whats_my_age_again(dob = '02/09/1993', enddate = '02/09/2020'
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.