inst/apps/acceptance_mtbf/server.R

server = function(input, output, session) {

     add_server('acceptance_testing_mtbf', env = environment())
    output$howtomtbf      <- renderUI({ add_rmd('howtomtbf.Rmd')  })
    output$examplemtbf    <- renderUI({ add_rmd('example.Rmd')    })
    output$backgroundmtbf <- renderUI({ add_rmd('background.Rmd') })
    output$aboutmtbf      <- renderUI({ add_rmd('about.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.