Nothing
knitr::opts_chunk$set(echo = TRUE)
Here is a code snippet to override the package functionality and render all chunks as regular R chunks. This is useful if the package is not available:
knitr::knit_engines$set(reproducibleR = knitr::knit_engines$get("R"))
Here is a computation:
my_sum <- 12
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.