MMWRweek2Date: Convert MMWRweek to Date

Description Usage Arguments Value Author(s) See Also Examples

View source: R/MMWRweek2Date.R

Description

Computes the Date from the MMWR year, week, and day.

Usage

1
MMWRweek2Date(MMWRyear, MMWRweek, MMWRday = NULL)

Arguments

MMWRyear

numeric vector of years

MMWRweek

numeric vector of weeks

MMWRday

numeric vector of days, defaults to a vector of 1s

Value

Date vector of dates associated with MMWR year, week, and day

Author(s)

Jarad Niemi niemi@iastate.edu

See Also

MMWRweek

Examples

1
MMWRweek2Date(MMWRyear=2015,MMWRweek=36,MMWRday=3)

Example output

[1] "2015-09-08"

MMWRweek documentation built on April 22, 2020, 5:07 p.m.