Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
knitr::knit_engines$set(callme = callme::callme_engine)
library(callme)
## -----------------------------------------------------------------------------
set.seed(2024)
runif(1)
rnorm(1)
set.seed(2024)
generate_random()
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.