Description Usage Arguments Details Examples
View source: R/make_weeknumber.R
Make week number object from year and week.
1 | make_weeknumber(year = 2000, week = 1)
|
year |
Year, coerced to numeric. |
week |
Week, coerced to numeric. |
Input arguments are recycled to their common size. Invalid weeks result in
NA
.
1 2 | make_weeknumber(2000:2001, 4:5)
make_weeknumber(2019:2020, 53)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.