Get a named vector of all first-day-of-the-week names for different regions
Source:R/days_months.R
first_day_of_week.Rd
The names_months()
function produces a vector of all short month names
used by the bigD package.
Examples
# Let's get a vector of regions where the
# first day of the week is Saturday
names(first_day_of_week()[first_day_of_week() == "sat"])
#> [1] "AE" "AF" "BH" "DJ" "DZ" "EG" "IQ" "IR" "JO" "KW" "LY" "OM" "QA" "SD" "SY"