nextMonthfromYesterday.Date: change the date to the future

Description Usage Arguments Value Examples

View source: R/auxilary.R

Description

change the date to the future

Usage

1
2
## S3 method for class 'Date'
nextMonthfromYesterday(date = NULL)

Arguments

date

object object

Value

date object

Examples

1
2
3
4
5
6
## Not run: 
# > require(xts)
# > nextMonthfromYesterday(zoo::as.Date("1970-01-12"))
# [1] "1970-01-31"

## End(Not run)

AndreMikulec/tradeModel documentation built on May 23, 2019, 8 p.m.