python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Inserting UI into R shiny moduleServer
I'm trying to allow the user to add successive UI output seen in server_module2 from another module (ui_module1). So, when they hit the button, they will see 3 UI objects: textOutput, sliderInput, t...
NellieG
Votes: 0
Answers: 1
Shiny widgets check box groups activating on enter
I am trying to design a search feature where you can search via a text input and through check boxes (I am using shinyWidgets), except for some reason, when you hit enter inside the text input it is a...

Sierra
Votes: 0
Answers: 1
How to create Popup window of DataTable/plot in ShinyDashboard?
I am creating ShinyDashboard which reads the csv file inputted by user and displays 2 plots at the top and datatable at the bottom of dashboards. For this I used box to built my Dashboard. Next, I wo...
biggboss2019
Votes: 0
Answers: 1
R Shiny - Automatically adding filters with the names of the columns and select values of each column in the data
I would like to add/remove filters based on column names, i.e., if I select 2 column names, those column names should show numericRangeInput or seletizeInput or any other based on the class. Can it be...

BigDataScientist
Votes: 0
Answers: 1