Nothing
source("setup.R", local = TRUE)
mnull = MutatorNull$new()
expect_mutator(mnull, "MutatorNull")
p = ps(ParamLgl = p_lgl(), ParamDbl = p_dbl(0, 1), ParamInt = p_int(0, 1), ParamFct = p_fct(c("a", "b", "c")))
mnull$prime(p)
vals = generate_design_random(p, 10)$data
expect_identical(vals, mnull$operate(vals))
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.