inst/apps/delta_method/ui.R

ui = navbarPage(title = 'The Delta Method',
                collapsible = T, 
                position = 'fixed-top',
                theme  = add_theme(getShinyOption('theme')),
                header = add_css(),
                footer = (),

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

tabPanel('Example',
         uiOutput('greenwood', class = 'ta-text')))
Auburngrads/teachingApps documentation built on June 17, 2020, 4:57 a.m.