problem with selecting variables/columns using radioButtons and selectInput in Shiny
问题 I'm unable to select/unselect different columns of mtcars dataset using both radioButtons and selectInput function in Shiny. Can someone please help me out as i'm stuck on it since last 2 days. I shall be extremely grateful. Regards data(mtcars) #Ui ui <- fluidPage( sidebarLayout( sidebarPanel( column(width = 10, radioButtons(inputId="variables", label="Select variables:", choices = c("All","mpg","cyl","disp"), selected = "All", inline = TRUE )), column(width = 10, selectInput(inputId =