A numeric vector containing the period day of the week index
Examples
## Not run:dates <- seq(as.Date("2020-03-15"), by ="days", length.out =15)# Add date based day of weekadd_day_of_week(dates,7)# Add shorter weekadd_day_of_week(dates,4)## End(Not run)