Most voted "shiny-server" questions
Shiny Server provides a platform on which you can host multiple Shiny applications on a single server, each with its own URL or port.
Learn more…2 questions
Sort by count of
-
4
votes1
answer63
viewsHow to perform "sudo" commands between servers?
Before running a R script on server 'A' I have to restart Shiny-server on server 'B'. /bin/ssh cabala@***.***.***.*** 'sudo service shiny-server restart' I would like to enter a command into the R…
-
2
votes1
answer222
viewsDynamic table using database and Shiny
I’m creating a dynamic table using Shiny, but I have some questions: 1° how to integrate the column name of my database into a selectInput() so that only selected variables appear in the table and…