calc_age: Proper calculation of age in years

View source: R/utilities.R

calc_ageR Documentation

Proper calculation of age in years

Description

Proper calculation of age in years

Usage

calc_age(from, to)

Arguments

from

Vector of dates or characters ("YYYY-MM-DD") of indeterminate length. vector of length 1.

to

Vector of dates or characters ("YYYY-MM-DD") of indeterminate length. vector of length 1.

Value

Character vector of available datasets.

Examples


 calc_age(from = "2000-02-29", to = "2021-07-01")



PHSKC-APDE/rads documentation built on April 14, 2025, 10:47 a.m.