## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(erikmisc)
## -----------------------------------------------------------------------------
e_rmd_name_chunks(
fn_in = "test_in_Rmd.txt"
, fn_out = "test_out_Rmd.txt"
, prefix_chunk_name = "chunk-"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.