You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
815 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mmwr-utils.R
\docType{data}
\name{mmwrid_map}
\alias{mmwrid_map}
\title{MMWR ID to Calendar Mappings}
\format{
A data frame with 4,592 rows and 4 columns
}
\description{
The CDC uses a unique "Morbidity and Mortality Weekly Report" identifier
for each week that starts at 1 (Ref: < https://www.cdc.gov/mmwr/preview/mmwrhtml/su6004a9.htm>).
This data frame consists of 4 columns:
\itemize{
\item \code{wk_start}: Start date (Sunday) for the week (\code{Date})
\item \code{wk_end}: End date (Saturday) for the week (\code{Date})
\item \code{year_wk_num}: The week of the calendar year
\item \code{mmwrid}: The unique MMWR identifier
These can be "left-joined" to data provided from the CDC to perform MMWR identifier
to date mappings.
}
}