Date_as_cmc: Converts a vector of dates (class 'Date') to Century Month...

Description Usage Arguments Value Author(s) Examples

Description

Converts a vector of dates (class 'Date') to months elapsed since 1st january 1900.

Usage

1
Date_as_cmc (x,format.in)

Arguments

x

Vector of dates. The Date vector is of class 'Date'

format.in

Format of date

Value

cmc

Dates in cmc

selectday

Day of the month

Author(s)

Frans Willekens

Examples

1
2
	Date_as_cmc("2010-10-30","%Y-%m-%d")
    # cmc is 1330 and day of month is 30

Example output

$cmc
[1] 1330

$selectday
[1] 30

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