create_lecture.Rd
Creates a new lecture for the course and automatically updates the course website, GitHub repositories, and Canvas.
create_lecture(name, week, day)
Lecture name as a character string. Example: 'Linear Regression: The Basics'
Lecture week as an integer value.
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.