Learn R Programming

Biograph (version 2.0.6)

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

Description

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

Usage

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

Examples

Run this code
	cmc_as_age (1260,555,"cmc")
	cmc_as_age (1260,"1946-03-10","%Y-%m-%d")

Run the code above in your browser using DataLab