Skip to contents

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

Usage

names_wkdays()

Value

A character vector of short weekday names.

Examples

# Let's get all the short weekday names with
# the `names_wkdays()` function
names_wkdays()
#> [1] "sun" "mon" "tue" "wed" "thu" "fri" "sat"