AddMonths | R Documentation |
This function will take a single date value and add N months to it.
AddMonths(DATE_VAL, ADD_N = NULL, DEBUG = TRUE)
DATE_VAL |
The original date value that will be added to. Must be a date format |
ADD_N |
Number of months to add to DATE_VAL |
DEBUG |
If TRUE, the function will run in debug mode |
A single date value
Abraham Mathew
Other Data Preparation:
AddDays()
,
AddMissingDates()
,
AddWeeks()
,
AggregateTimeSeriesData()
,
CheckForMissingDates()
,
CreateOutputDates()
,
DoDataPartition()
,
FakeDataGenerator()
,
FlattenLongData()
,
RemoveSpecialChars()
GoodeR::AddMonths(as.Date("2020-01-01"), 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.