bus-date-arith | R Documentation |
Given a vector of dates, add or subtract business date units from it: days, weeks, months, or years.
addBusinessDays(dates, n)
subBusinessDays(dates, n)
addBusinessWeeks(dates, n)
subBusinessWeeks(dates, n)
addBusinessMonths(dates, n)
subBusinessMonths(dates, n)
addBusinessYears(dates, n)
subBusinessYears(dates, n)
dates |
Vector of Date objects |
n |
Number ov days, weeks, months, or years to either add or subtract (integer) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.