Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
cache = TRUE,
cache.path = 'cache/defineActionFunctions/',
comment = '#>',
dpi = 300,
out.width = '100%'
)
## ----setup, message = FALSE, echo=FALSE---------------------------------------
library(dplyr)
library(TrialSimulator)
set.seed(12345)
## ----eval=FALSE, include=TRUE-------------------------------------------------
# listener <- listener()
# #' register milestones with listener
# listener$add_milestones(interim, final)
# controller <- controller(trial, listener)
# controller$run()
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.