View source: R/chunk_processing.R
kjh_unname_chunks | R Documentation |
Unname chunks except 'setup' and flipbookr chunks that have include=FALSE
kjh_unname_chunks(path, chunk_name_prefix = NULL)
path |
Path to Rmd or qmd file |
chunk_name_prefix |
Character string with prefix of chunknames that will be removed. Default: NULL (indicating all chunknames will be removed except the one named 'setup' and any chunks with the include = FALSE option, to protect flipbookr references.) |
Unnames chunks, except setup and include=FALSE chunks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.