Quantcast
Channel: Issue with a drop down in R shiny - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by keegan for Issue with a drop down in R shiny

As far as I can tell, selectInput("Test", "Experiment Name:", c(Testids) ) will show the entries of dataframe Testids instead of the column names, which I think is what you want. Use names(dataframe)...

View Article



Issue with a drop down in R shiny

I am currently in the process of building a dashboard in R shiny. I want the user to be able to select from a list of experiments which are currently live, which will change over time. Therefore it has...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images