Description Usage Arguments Value Functions Examples
Subtract Years
1 2 3 4 5 6 7 8 9 10 11  | dtt_subtract_years(x, n = 1L)
dtt_subtract_months(x, n = 1L)
dtt_subtract_days(x, n = 1L)
dtt_subtract_hours(x, n = 1L)
dtt_subtract_minutes(x, n = 1L)
dtt_subtract_seconds(x, n = 1L)
 | 
x | 
 A Date or POSIXct vector.  | 
n | 
 An integer of the number of years to subtract  | 
... | 
 Unused.  | 
The modified Date or POSIXct vector.
dtt_subtract_months: Subtract Months
dtt_subtract_days: Subtract Days
dtt_subtract_hours: Subtract Hours
dtt_subtract_minutes: Subtract Minutes
dtt_subtract_seconds: Subtract Seconds
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.