getage {visualFields}R Documentation

Calculates age

Description

Computes ages at specific dates

Usage

getage(dob, date)

Arguments

dob

date(s) of birth

date

date(s) for which to calculate age

Value

getage returns the age from the date of birth and a certain date

Examples

getage("1977-01-31", "2014-01-30")

[Package visualFields version 1.0.1 Index]