Creates a new lecture for the course and automatically updates the course website, GitHub repositories, and Canvas.

create_lecture(name, week, day)

Arguments

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.