inst/apps/table3_4/ui.R

ui = navbarPage(title = 'Table 3.4',
                collapsible = T, 
                position = 'fixed-top',
                theme  = SMRD::add_theme(getShinyOption('theme')),
                header = SMRD::add_css(),
                footer = SMRD::(),

        
      tabPanel('Data Set',DT::dataTableOutput("table.shock1", height = "80%")),
      tabPanel('Data Set',DT::dataTableOutput("table.shock2", height = "80%")))
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.