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)
Subset dataframe based on pickerInput
I have a dataframe like this :
I would like to subset the dataframe based on multiple selection. I used pickerInput function from shinyWidgets but i dont get the desired result, some observations are...
John john
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
Is it possible to return the output of an if statement to use as a filter in shiny?
I am attempting to use an if statement as a way to return a column name that will be selected in an interactive shiny app to return a monthly average of the selected column's stats. I have attempted t...
Luna Deloge
Votes: 0
Answers: 1
Change initial Shinyapps "Please wait" message
How can we change the initial "Please wait" message when an app starts up on shinyapps?
I am referring to the startup message of shinyapps.io, not packages like Waiter or shinybusy (for exam...
John john
Votes: 0
Answers: 0