inst/apps/acceptance_mtbf/ui.R

ui = navbarPage(title = 'MTBF Acceptance Test',
                collapsible = T, 
                position = 'fixed-top',
                theme  = add_theme(getShinyOption('theme')),
                header = add_css(),
                footer = (),

tabPanel('Planning Tool',
         add_ui('acceptance_testing_mtbf')),

tabPanel('How To Use The Tool',
         uiOutput("howtomtbf", class = 'ta-text')),

tabPanel('Examples',
         uiOutput("examplemtbf", class = 'ta-text')),

tabPanel('Background',
         uiOutput("backgroundmtbf", class = 'ta-text')),

tabPanel('About',
         uiOutput("aboutmtbf", class = 'ta-text')))

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.