Description Usage Arguments Examples
Add FY week number
1 | wpm_addweek(df, date_var, fy_start = "2017-10-02")
|
df |
data frame to add week number to |
date_var |
unquoted variable that contains the date |
fy_start |
first Monday of FY, default = "2017-10-02" |
1 2 3 | ## Not run:
df_weekly <- wpm_addweek(df_weekly, date)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.