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')))

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.