Description Usage Arguments Value Examples
Get the week of the month - starting on Sunday - given a generally recognized time/Date/etc. format.
1 | wom(x)
|
x |
a vector of times/Dates, etc |
a vector of the week of month for each x
1 2 | dates <- Sys.Date() + 1:30
data.frame(dates = dates, wom = wom(dates))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.