make_printable: make_printable

View source: R/make_printable.R

make_printableR Documentation

make_printable

Description

Knit a concise, formatted PDF version of the lesson plan

Usage

make_printable(
  WD = getwd(),
  dest_folder,
  rebuild = NULL,
  showframe = FALSE,
  open = TRUE
)

Arguments

WD

is working directory of the project; default= getwd()

dest_folder

where do you want template and knitted files to go? default= "assets/lesson-plan-markdown"

rebuild

do you want to delete files in the dest_folder and start over? default=NULL

showframe

do you want boxes to be drawn to show margins? default= FALSE

open

do you want to open rendered PDF file? default=TRUE


galacticpolymath/GPpub documentation built on April 5, 2025, 6:04 p.m.