Description Usage Arguments Value Author(s) See Also Examples
This function returns the weekday of a given date according to MMWR.
1 |
date |
vector which can be coerced to class |
vector of weekdays as a factor (first level is Sunday)
Sebastian Meyer seb.meyer@fau.de
1 2 | y <- as.Date(paste(1999:2011, "-12-31", sep = ""))
data.frame(date = format(y), MMWRweekday = MMWRweekday(y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.