year-week-day-narrow {clock} | R Documentation |
Narrow: year-week-day
Description
This is a year-week-day method for the calendar_narrow()
generic. It
narrows a year-week-day vector to the specified precision
.
Usage
## S3 method for class 'clock_year_week_day'
calendar_narrow(x, precision)
Arguments
x |
A year-week-day vector. |
precision |
One of:
|
Value
x
narrowed to the supplied precision
.
Examples
# Day precision
x <- year_week_day(2019, 1, 5)
x
# Narrowed to week precision
calendar_narrow(x, "week")
[Package clock version 0.7.1 Index]