month: Add ordered argument to lubridate::month
Description
Add ordered argument to lubridate::month
Usage
month(x, label = FALSE, abbr = TRUE, ordered = FALSE)
Arguments
label
Month as label (TRUE, FALSE)
abbr
Abbreviate label (TRUE, FALSE)
ordered
Order factor (TRUE, FALSE)
See Also
See the month
function in the lubridate package for additional details