Nothing
library("reproducibleRchunks") options(reproducibleRchunks.hashing = TRUE)
The following computations will be automatically tested for reproducibility with every build of this document.
xyz <- 1:10 abc <- "hello world" some_obj <- t.test(xyz) some_obj
xyz <- 1:10 abc <- "hello world" some_obj <- t.test(xyz) some_obj
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.