How to adjust my third selectInput, destination, since if I choose a departure point, for example, Market 1, in the second selectInput, in the third s ...
How to adjust my third selectInput, destination, since if I choose a departure point, for example, Market 1, in the second selectInput, in the third s ...
I am trying to host a shiny app on an AWS EC2 for the first time. I have been following this [tutorial] (https://www.charlesbordet.com/en/guide-shiny- ...
I'm trying to change the color of my sliders in R shiny from blue to black and I was able to do it for the first one but I can't make it work for the ...
If you used the code below, see that it will have a date and two selectInput. If I select a Sunday on the calendar, for example, the Morning option is ...
I am building a Flexdashboard that's supposed to render plot if a single month is selected, and a Leaflet map if "All" is selected. I have used a reac ...
I am trying to build a simple To do list app using Shiny, the application is very simple, there's a textInput where I put things I want to do, and sub ...
I have a reactive DTtable with dropdown inputs and checkboxes. When I add a new row, the values of the widgets are not kept in memory and the table is ...
In the following shiny app I would like to have the second tab inside the box if user selection is sh, So I was expecting the conditionalPanel command ...
I have the following App: The objective is to: Add new points to the plot when the user clicks on it. These are update ...
I am running a shiny app locally on RStudio/Posit workbench in the browser. The app just prints its current URL For example when I run it it reads ...
The toy app in the example below contains an R/Shiny actionGroupButtons element. I am looking for guidance please on how to start the actionGroupButto ...
I'm trying to create a data collection tool on R Shiny where the user can select as many categories as apply to them and then enter values for each. I ...
I would like to changes the hight of my plot based on the number of variables (Column Cancer) that are in the dataset for a particular selection (V1). ...
Please see attached image. Do you have suggestions how to avoid that the plot is outside the white area, or to make the grey area below the plot white ...
I would like to tweak my second selectInput(market). Note that when choosing Sunday or Tuesday in the calendar, the corresponding work shift appears, ...
This MWE is working: This is how it looks like: However, if I use the tinyMCE inside renderUI: ..it does not work properly: I need to use ...
I want to print a tagList() with a textInput and a textAreaInput in a ModalDialog. Then in this ModalDialog, I want to append a new element with a te ...
I am building an App and some parts require more computational resources than others. I have a single sidebar where all the controls are located. It c ...
strggeling a bit with setting up the shiny. Not sure where the error occurs, please see info below: Get the following error related to facet_grid: ...
How can we hide the sorting arrows that are next to the column names in DT::datatable()? ...