first_of_isoweek {dint} | R Documentation |
Get First / Last Day of an Isoweek
Description
first_of_yw()
is equivalent with first_of_isoweek()
and only included
for symmetry with first_of_yq()
and first_of_ym()
.
Usage
first_of_isoweek(x)
## Default S3 method:
first_of_isoweek(x)
last_of_isoweek(x)
## Default S3 method:
last_of_isoweek(x)
first_of_yw(x, w = NULL)
last_of_yw(x, w = NULL)
Arguments
x |
Anything that can be coerced to a date with |
w |
Two integer (vectors).
|
Value
a Date
See Also
Examples
first_of_isoweek("2016-06-04")
last_of_isoweek("2016-06-04")
first_of_yw(2016)
first_of_yw(2016)
[Package dint version 2.1.4 Index]