Nothing
add_to_repror_summary <- function(x, envir = knitr::knit_global()) {
temp_data = get0(x = "repror_summary",
envir = envir)
temp_data <- rbind(temp_data,
data.frame(
Chunk = x[1],
Variable = x[2],
Success = as.logical(x[3])
))
assign(x = "repror_summary",
value = temp_data,
envir = envir)
}
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.