date_to_st_week | R Documentation |
Get the Status and Trends week that a date falls into
date_to_st_week(dates)
dates |
a vector of dates. |
An integer vector of weeks numbers from 1-52.
d <- as.Date(c("2016-04-08", "2018-12-31", "2014-01-01", "2018-09-04"))
date_to_st_week(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.