Skip to contents

Statistical weeks start on mondays, so the first statistical week of the year starts on the first monday of the year. (Contrast with management weeks which start on Sundays).

Usage

statistical_week(date)

Arguments

date

A vector of dates

Examples

if (FALSE) { # \dontrun{
data_fram |>
  mutate(mngmt_week = statistical_week(date_field))
} # }