convertDatesToMonthAndY: Order dates as number of whole months since start.

Description Usage Arguments Value Examples

Description

Values express to which month in order the date in the dataset belongs.

Usage

1

Arguments

dates

A list of dates.

Value

The order of dates in months since start in integer format.

Examples

1
convertDatesToMonthAndY(c("1.1.2000", "1.3.2002")) would return 1 and 27.

caeh17/Financial-Calculator documentation built on May 20, 2019, 1:13 p.m.