View source: R/make_printable.R
make_printable | R Documentation |
Knit a concise, formatted PDF version of the lesson plan
make_printable(
WD = getwd(),
dest_folder,
rebuild = NULL,
showframe = FALSE,
open = TRUE
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.