View source: R/utility_tools.R
daySEday | R Documentation |
Return the first day of the Epidemiological Week and vice-versa
daySEday(x, format = "%Y-%m-%d")
x |
numeric vector with epidemiological weeks , format 201945, or date |
data.frame with SE and first day.
daySEday(x=201812)
daySEday(x = c(202041:202104))
daySEday(x = c("2015-12-23", "2015-10-23", "2022-10-16"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.