| year-week-day-narrow | R Documentation |
This is a year-week-day method for the calendar_narrow() generic. It
narrows a year-week-day vector to the specified precision.
## S3 method for class 'clock_year_week_day'
calendar_narrow(x, precision)
x |
A year-week-day vector. |
precision |
One of:
|
x narrowed to the supplied precision.
# Day precision
x <- year_week_day(2019, 1, 5)
x
# Narrowed to week precision
calendar_narrow(x, "week")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.