date2age: Calculate decimal age from date of birth and date of...

View source: R/date2age.R

date2ageR Documentation

Calculate decimal age from date of birth and date of measurement

Description

Calculate decimal age from date of birth and date of measurement

Usage

date2age(dob = NA_character_, dom = NA_character_)

Arguments

dob

Date of birth

dom

Date of measurement

Note

Internal function. Not to be called directly.

Examples

growthscreener:::date2age(dob = "17022020", dom = "04062021")

growthcharts/growthscreener documentation built on Oct. 25, 2024, 4:07 p.m.