getAgeInDays {MicSim} | R Documentation |
Function computes for a given date the correct age in days.
getAgeInDays(currDate, birthDate)
currDate |
Reference date given as string of the format "yyyymmdd". |
birthDate |
Birth date given as string of the format "yyyymmdd". |
Correct age at the specific date currDate
in days
Sabine Zinn
getAgeInDays("20200826", "19800605")