age_calc {stRoke} | R Documentation |
Calculate age in years, months, or days
Description
Calculate age in years, months, or days
Usage
age_calc(dob, enddate = Sys.Date(), units = "years", precise = TRUE)
Arguments
dob |
Date of birth |
enddate |
End date for age calculation (default is Sys.Date()) |
units |
Units for age calculation (default is "years"). Can be c("days", "months", "years") |
precise |
Option to calculate age precisely (default is TRUE) |
Value
numeric vector length 1
Source
References
Becker, J.P. (2020). eeptools: An R Package for Teaching and Learning Ecology and Evolutionary Biology. Journal of Statistical Software, 93(2), 1-27.
Examples
trunc(age_calc(as.Date("1945-10-23"),as.Date("2018-09-30")))
[Package stRoke version 23.9.1 Index]