IDEAFilter R package not working under reactive expression
I am trying to upload a file using fileInput()
function and use the R package IDEAFilter to filter it and show the filtered data. But it seems that I can not filter a reactive expression using IDEAFilter package. I am not sure if that’s true or my code is wrong.
Here is my code:
How can I display my textOutput to all tabPanel
I’m working on a shiny app and having an issue with my code. I’ve got a reactive text that changes based on a selectInput. For example if I choose “Character 1” in my selectInput I will have an output text: “Visualisation de Character 1”. However, this works only when I select a specific tabPanel named “Métriques Wellness” and doesn’t work with others.
Create reactive named lists
I’m creating a shiny app where I would like to allow the user to give the value in a list a reactive name. In the minimal example below I would like to have the dropdown menu value (“example1”) be assigned as the name of the value in the list. I was thinking of using glue
({{}}
) to make it interactive like this: