inst/apps/random_generator/ui.R

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

                  
    tabPanel('PRN Data', DT::dataTableOutput('prn')))
Auburngrads/teachingApps documentation built on June 17, 2020, 4:57 a.m.