remove_weekends | R Documentation |
Remove weekends from the data
remove_weekends( dt_data, weekend_days = c("Saturday", "Sunday"), abbreviate = FALSE )
dt_data |
object containing date data |
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 |
data object with weekend days removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.