inst/apps/delta_method/server.R

server = function(input, output, session) {
  
output$delta <- renderUI({ add_rmd('background.Rmd') })

output$greenwood <- renderUI({ add_rmd('greenwood.Rmd') })
}

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.