Description Usage Arguments Value Author(s) See Also Examples
View source: R/MMWRweek2Date.R
Computes the Date from the MMWR year, week, and day.
1 | MMWRweek2Date(MMWRyear, MMWRweek, MMWRday = NULL)
|
MMWRyear |
numeric vector of years |
MMWRweek |
numeric vector of weeks |
MMWRday |
numeric vector of days, defaults to a vector of 1s |
Date vector of dates associated with MMWR year, week, and day
Jarad Niemi niemi@iastate.edu
1 | MMWRweek2Date(MMWRyear=2015,MMWRweek=36,MMWRday=3)
|
[1] "2015-09-08"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.