Description Usage Arguments Value Examples
Given a cadence, start and end date build a vector of dates
1 2 | BuildDateVecs(cadence = cadence, start.date = start.date,
end.date = end.date)
|
cadence |
Numeric (1 = days, 2 = weeks, 3 = months and 4 = years) |
start.date |
Start Date - Type Date |
end.date |
End Date - Type Date |
mydata A list with two/three elements: date, year and day/week/month
1 | mydata <- BuildDateVecs(cadence = 2, start.date = "01-01-2015", end.date = "12-31-2015")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.