View source: R/chunk_processing.R
kjh_unname_all_chunks | R Documentation |
Unname all Rmd chunks in the Rmd folders
kjh_unname_all_chunks(indir = "slides")
indir |
The input directory, default "slides" |
All the Rmd and qmd files with their chunk names removed, except chunks labeled 'setup' and chunks where include=FALSE, to protect chunk_reveal calls. Recurses 1 level (i.e. subdirs) by default.
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.