Nothing
knitr::opts_chunk$set(echo = TRUE) library(reproducibleRchunks) x <- 11 #options(reproducibleRchunks.templates = list(html = "<div style='border: 3px solid red; padding: 10px 10px 10px 10px; background-color: #EEEEEE;'><h1>${title}</h1>${content}</div>"))
Here is a computation:
my_sum <- x + 1
Here is another computation, which will most likely not reproduce because the random number generator will start in different states every time:
rnd <- rnorm(10)
The following table summarizes reproducibility information collected in this document:
knitr::kable( reproducibleRchunks::get_reproducibility_summary() )
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.