Description Usage Arguments Examples
View source: R/uoepsy_rmd_funcs.R
get a quick list of all functions used in Rmd. Will exclude echo=FALSE chunks on premise that students aren't presented with these, so we often put more complicated plotting stuff in there. Will also auto exclude include=FALSE.
1 | uoepsy_rmd_funcs(filepath, excludechunks = NULL)
|
filepath |
rmd document for lab/lecture |
excludechunks |
knitr options to exclude |
1 | uoepsy_rmd_funcs("01-slr.Rmd", excludechunks=c("echo=FALSE","include=FALSE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.