Description Usage Arguments Value Examples
Simplistic representation of an isoweek format is encoded here. Basically we convert 2017-11-23 to 201747 thus YYYY-MM-DD to YYYYWW.
1 | dateToIsoWeek(dates)
|
dates |
ISOdates as string vector |
a vector of strings with ISOweeks inside
1 | dateToIsoWeek(c("2017-11-23", "2015-11-23"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.