first_day_of_week | R Documentation |
The names_months()
function produces a vector of all short month names
used by the bigD package.
first_day_of_week()
A character vector of short month names.
# 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"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.