increment | R Documentation |
Increment date_xx objects
increment(x, inc = 1)
## S3 method for class 'date_yq'
increment(x, inc)
## S3 method for class 'date_ym'
increment(x, inc)
## S3 method for class 'date_yw'
increment(x, inc)
## S3 method for class 'date_y'
increment(x, inc)
x |
object to increment |
inc |
Value by which to increment (usually integer) |
An object of the same type as x
increment by inc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.