inst/apps/significant_factors/ui.R

ui = fluidPage(theme = add_theme(getShinyOption('theme')), 
               add_css(),
               
sidebarLayout( 
  sidebarPanel(width = 5,
     selectInput('response',
                 'Choose Response',
                 choices = colnames(mtcars),
                 selectize = T),
     
     htmlOutput('factors')),
        
     mainPanel(plotOutput("output", height = '600px'), width = 7)))
Auburngrads/teachingApps documentation built on June 17, 2020, 4:57 a.m.