Assemble table of lecture slides
collect_lectures.Rd
Assemble table of lecture slides
Usage
collect_lectures(
lectures_path = here::here(),
filter_lectures = lectures(),
exclude_slide_subdirs = c("attic", "rsrc", "all", "figure_man", "figures_tikz",
"figure", "tex", "backup"),
exclude_slide_names = c("chapter-order", "chapter-order-slides-all",
"chapter-order-nutshell", "nospeakermargin")
)
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).