Run make
in a slide directory
make_slides.Rd
Run make
in a slide directory
Usage
make_slides(
topic,
lectures_tbl = collect_lectures(),
make_arg = "most",
pre_clean = TRUE,
check_status = TRUE,
verbose = TRUE,
log = FALSE
)
Arguments
- topic
character(1)
> Topic sub-directory to runmake
in, e.g.slides-cart-predictions
- lectures_tbl
Must contain
tex
column. Defaults tocollect_lectures()
.- make_arg
["most"]
: Likely not wise to change.make all
also copies slides toslides-pdf
, which may not be intended.- pre_clean
[TRUE]
: Runmake clean
beforehand, ensuring a clean slate.- check_status
[TRUE]
: Wait formake
to finish and return the exit status.- verbose
[TRUE]
: Print additional output to the console.- log
[FALSE]
: Write stdout and stderr logs to./logs/
.