SubtractMonths: A function to subtract months to a date

Description Usage Arguments Examples

View source: R/PrincipalPmtDateCalcs.R

Description

A function to subtract months to a date

Usage

1
SubtractMonths(Date = "character", Months = numeric())

Arguments

Date

A character string the date to which the number of months are subtracted

Months

A numeric value the number of months to subtract from Date

Examples

1
SubtractMonths("03-01-2015", 360)

glennmschultz/BondLab documentation built on May 11, 2021, 5:29 p.m.