first_day_of_week: Get a named vector of all first-day-of-the-week names for...

View source: R/days_months.R

first_day_of_weekR Documentation

Get a named vector of all first-day-of-the-week names for different regions

Description

The names_months() function produces a vector of all short month names used by the bigD package.

Usage

first_day_of_week()

Value

A character vector of short month names.

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"])


bigD documentation built on April 12, 2025, 1:16 a.m.

Related to first_day_of_week in bigD...