################################################################################
# Joshua C. Fjelstul, Ph.D.
# codebookr R package
################################################################################
format_code <- function(x) {
x <- stringr::str_replace_all(x, "[{]", "\\\\code{")
return(x)
}
################################################################################
# end R script
################################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.