wday_monday: Function to get weekday number from a date where 1
is Monday and
7
is Sunday.
Description
Function to get weekday number from a date where 1
is Monday and
7
is Sunday.
Usage
wday_monday(x, as.factor = FALSE)
Arguments
- x
Date vector.
- as.factor
Should the return be a factor?