View source: R/create_lecture.R
create_lecture | R Documentation |
Creates a new lecture for the course and automatically updates the course website, GitHub repositories, and Canvas.
create_lecture(name, week, day)
name |
Lecture name as a character string. Example: 'Linear Regression: The Basics' |
week |
Lecture week as an integer value. |
day |
Day/lecture number as an integer value. For example, for courses with lectures on M/W/F, each new week would be a new module and day = 1, 2, 3 for M, W, F, respectively. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.