is_weekend | R Documentation |
Determine if a date is a weekend
is_weekend(dates, weekend_days = c("Saturday", "Sunday"), abbreviate = FALSE)
dates |
vector of class |
weekend_days |
string indicating the days that are classified as weekend. Default to Saturday and Sunday |
abbreviate |
logical indicating whether the character vector of weekend days is abbreviated or not |
vector of class logical
indicating weekend days
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.