daySEday: Return the first day of the Epidemiological Week and...

Description Usage Arguments Value Examples

View source: R/utility_tools.R

Description

Return the first day of the Epidemiological Week and vice-versa

Usage

1
daySEday(x, format = "%Y-%m-%d")

Arguments

x

numeric vector with epidemiological weeks , format 201945, or date

Value

data.frame with SE and first day.

Examples

1
2
3
daySEday(x=201812)
daySEday(x = c(202041:202104))
daySEday(x = c("2015-12-23", "2015-10-23", "2014-10-16"))

claudia-codeco/AlertTools documentation built on Aug. 12, 2021, 9:58 a.m.