inst/apps/confidence_intervals/server.R

server = function(input, output, session) {

output$ci_intro <- renderUI({ add_rmd('intro.Rmd') })
  
## SERVER FOR SIMULATION
     add_server('confidence_intervals_simulation', env = environment())

}

Try the teachingApps package in your browser

Any scripts or data that you put into this service are public.

teachingApps documentation built on July 1, 2020, 5:58 p.m.