Description Usage Arguments Details Value References Examples
Returns the epidemiological weekday number using either ISO or CDC system.
1 |
x |
a date-time object. Must be a POSIXct, POSIXlt, Date, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, or fts object. |
system |
String indicating the standard (WHO ISO-8601 or CDC epi weeks) that the weeks of the year in epidemiological and environmental reference data use ["ISO" or "CDC"]. (Required: epidemiological observation dates listed are LAST day of week).#' |
The WHO system uses the ISO 8601 standard in which weeks start on Monday, while in the CDC system weeks start on Sunday.
The weekday number (1–7) as an integer vector.
https://en.wikipedia.org/wiki/ISO_week_date https://www.cmmcp.org/sites/cmmcp/files/uploads/spring_skeeter_06.pdf
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.