Get the starting or ending day of the
epidemiological week ("epiweek")
according to different epiweek
standards. Returns the day of the week index
as an integer that can be passed to
lubridate
functions as a
day-of-the-week index (e.g. as the
week_start
argument to lubridate::wday()
):
1 for Monday, 2 for Tuesday, ... 7 for Sunday.
Value
the start day of the week for the
epiweek standard, as an integer that can be passed to
lubridate::wday()
as the week_start
argument.