Top "Shiny-server" questions

Shiny Server provides a platform on which you can host multiple Shiny applications on a single server, each with their own URL or port.

Shiny: what is the difference between observeEvent and eventReactive?

I read the Shiny documentation about reactive programming a few times now, but I can't properly understand the difference between …

r shiny reactive-programming shiny-server
Hosting and setting up own shiny apps without shiny server

I'm trying to make shiny apps available to my coworkers without them having to run or even have R installed. …

r web-hosting shiny shiny-server
pandoc version 1.12.3 or higher is required and was not found (R shiny)

I have a problem generating a pdf report from my app shiny which is hosted on a server. the app …

pandoc r-markdown shiny-server
R shiny different output between renderTable and renderDataTable

I have a shiny application that shows a nice html table of my data, using renderDataTable. Then I wanted to …

r shiny shiny-server
docker nginx connection refused while connecting to upstream

I use shiny server to build a web-app on port 3838, when i use nginx in my server it works well. …

web-services nginx docker shiny shiny-server
R - Shiny | Error in cat(list(...), file, sep, fill, labels, append) : argument 1 (type 'list') cannot be handled by 'cat'

I am trying to write a Shiny app and need to first manipulate my data before I begin visualizing it. …

r list shiny shiny-server
Plotting two graphs, one below the other, in shiny panel

I am producing two graphs. Right now they are showing up in two different panels (tabs) ui.r mainPanel( tabsetPanel( …

r plot shiny-server shiny
R Shiny Server installation package

Possible overlap: Packages missing in shiny-server R shiny / shiny-server - issue with finding packages R - How to set the …

r installation packages shiny shiny-server
Interactive directory input in Shiny app (R)

I am building a shiny app that requires a user to select a folder on the local machine, which contains …

r directory shiny shiny-server
How do you pass parameters to a shiny app via URL

In web browsers you pass parameters to a website like www.mysite.com/?parameter=1 I have a shiny app and …

r shiny shiny-server shinydashboard