Skip to contents

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-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 to lectures() to respect include_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).

Value

A data.frame with one row per slide .tex file.

Examples

if (FALSE) { # \dontrun{
collect_lectures()
} # }