Quantcast
Channel: Reactive dropdown menu in R shiny dashboard - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Aurèle for Reactive dropdown menu in R shiny dashboard

library(shiny)library(shinydashboard)UI <- dashboardSidebar( sidebarMenu( menuItem("CSF2", tabName = "CSF2", icon = icon("bar-chart")), selectInput("category", "Select a category", c("1", "2")),...

View Article



Reactive dropdown menu in R shiny dashboard

new to shiny here. I am creating a dashboard and have different categories and subcategories. what I am trying to do is as follows:When the screen loads I would like all the categories and...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images