cmc_as_age: Converts date in Century Month Code (CMC) to age.

Description Usage Arguments Value Author(s) Examples

Description

Converts date in Century Month Code (CMC) to age.

Usage

1
cmc_as_age (x,born,format.born)

Arguments

x

Date in Century Month Code

born

Date of birth

format.born

Format of date of birth

Value

year

Dates in calendar year and fraction of year

age

age

Author(s)

Frans Willekens

Examples

1
2
	cmc_as_age (1260,555,"cmc")
	cmc_as_age (1260,"1946-03-10","%Y-%m-%d")

Biograph documentation built on May 1, 2019, 8:48 p.m.