Assemble table of lecture slides
collect_lectures.Rd
Assemble table of lecture slides
Arguments
- lectures_path
Path containing lecture_* directories. Defaulting to
here::here()
.- filter_lectures
(
character()
): Vector of lecture repo names to filter table by, e.g."lecture_i2ml"
. Defaults tolectures()
to respectinclude_lectures
.- exclude_slide_subdirs
Exclude slides/ subfolders, e.g.
c("attic", "rsrc", "all")
.- exclude_slide_names
Exclude slides matching these names exactly, e.g.
"chapter-order"
(default).