week8 | R Documentation |
This converts a date or date vector to its corresponding 8-day week number(s). 8 days is the standard number of days in a composite "week" time period as used for ocean colour by NASA. Use similarly to lubridate functions like lubridate::week().
week8(dateval)
dateval |
String or date formatted with as.Date() |
numeric value of week number
week8("2020-03-27")
week8(your_data_frame$Dates)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.