kjh_decktape_all_slides: Render every HTML file in the slides/ folder to PDF and put...

View source: R/render_slides.R

kjh_decktape_all_slidesR Documentation

Render every HTML file in the ⁠slides/⁠ folder to PDF and put it in ⁠pdf_slides/⁠

Description

Render all html slide files in a folder (to depth 1) to pdf with decktape

Usage

kjh_decktape_all_slides(indir = "slides", outdir = "pdf_slides")

Arguments

indir

Input dir, defaults to 'slides'

outdir

Output dir, defaults to 'pdf_slides'

Details

By default will recurse to 1 level of subdirs

Value

Side effect; renders all the html to pdf

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

kjhealy/kjhslides documentation built on Dec. 30, 2024, 10:30 p.m.