advdate | R Documentation |
This function takes a start date, e.g. of a course, and advances it by a number of weeks. This function is used in the syllabus template.
advdate(startdate, week)
startdate |
The first date in the series (e.g. first day of class). |
week |
The number of weeks into the series. Week 1 is the first date in the series. |
A vector of dates in the format "dd mmm" in parentheses.
advdate("2021-06-23", 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.