Skip to content
/ MMWRweek Public

❗ This is a read-only mirror of the CRAN R package repository. MMWRweek — Convert Dates to MMWR Day, Week, and Year. Homepage: http://wwwn.cdc.gov/nndss/document/MMWR_Week_overview.pdf

License

Notifications You must be signed in to change notification settings

cran/MMWRweek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMWRweek

This package provides functionality to convert between Dates and Morbidity and Mortality Weekly Report (MMWR) weeks (day, week, and year).

The first day of any MMWR week is Sunday. MMWR week numbering is sequential beginning with 1 and incrementing with each week to a maximum of 52 or 53. MMWR week #1 of an MMWR year is the first week of the year that has at least four days in the calendar year. This package provides functionality to convert Dates to MMWR day, week, and year and the reverse.

library(MMWRweek)
MMWRweek('2015-11-24')
#>   MMWRyear MMWRweek MMWRday
#> 1     2015       47       3

About

❗ This is a read-only mirror of the CRAN R package repository. MMWRweek — Convert Dates to MMWR Day, Week, and Year. Homepage: http://wwwn.cdc.gov/nndss/document/MMWR_Week_overview.pdf

Resources

License

Stars

Watchers

Forks

Packages

No packages published