Relative Content

Tag Archive for rshinyreactive

How to avoid repetition of reactive code?

My app takes multiple inputs (some fixed, some defined by the user) and produces multiple outputs using a long and complex reactive code. Outputs are stored in a list for convenient referencing.
Among the outputs is a plot of one of the inputs (all its possible values) against one of the outputs. So I need to stop reactivity for this one input to produce the plot. But i want to avoid repetition of the long code inside renderPlot(). Any ideas of how to achieve that?

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:

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:

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:

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: