View source: R/date_management.R
date_to_week_end_date | R Documentation |
Calculate week end date (i.e., Saturday) for the MMWR epidemic week that is offset a specified number of epidemic week from a specified date
date_to_week_end_date(
forecast_date,
week_offset = 0,
return_type = "character"
)
forecast_date |
vector of dates |
week_offset |
integer vector of week offsets. must be either length 1 or the same length as timezero |
return_type |
character specifying return type as "date" or "character" |
vector of dates in 'yyyy-mm-dd' format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.