search for: renderui

Displaying 3 results from an estimated 3 matches for "renderui".

2017 Jun 24
0
Fwd: Widgets under renderUI Shiny
Hi All, I am not sure if this is a relevant platform to ask but I have tried other more related platforms and haven't had any luck so i thought i would try my luck here. Basically I want to generate a selectInput widget with a conditional under renderUI in Shiny. The number of widgets generated will depend on the number of variables a user selects. Try as I may I have not been able to get this to work and have had no luck in getting any help on other platforms hence why i am asking here on the odd chance someone may be able to share his knowledge...
2017 Oct 18
1
dygraphs, multiple graphs and shiny
Hi All: This is really getting into the weeds, but I am hoping someone will have a solution. I am trying to use dygrahs for R, within Shiny. The situation arises when I am combining a number of dygraphs into one plot. If I am just in an RNotebook, if you look at: https://stackoverflow.com/questions/30509866/for-loop-over-dygraph-does-not-work-in-r the solution to have the plot shown from a
2019 Oct 07
0
Changing HTML Error code message
...exists in DropBox drop_download(path = paste("shiny_docs/shinydbtest/", filePutReport(), sep = ""), overwrite = TRUE, local_path = "./www", dtoken = token) filePutReport() }) # Show Html Pages output$viewReport <- renderUI({ tags$iframe(seamless = "seamless", width = "1400", height = "1000", src = filePutReport2() ) }) ### output$downFile <- downloadHandler( # generate bins based on input$bins from ui.R filename = function() {...