Top "Shiny" questions

Shiny is an R package that makes it easy to build interactive web applications using only R.

call R script from Shiny App

I developed a shiny app which displays some dynamic charts. These charts are generated at execution time according to the …

r shiny rscript
R shinyDashboard customize box status color

I would like to customize the color of the box status of my shiny app. I find a css way …

css r shiny box shinydashboard
Text to be written must be a length-one character vector

After installing the new version of shiny (1.4.0) package, I face a strange error message > Warning: Error in writeImpl: Text …

r shiny htmltools
How to stop running shiny app by closing the browser window?

I have deployed an app in shinyapps.io and its working fine. I am running the app for only 5 minutes, …

r shiny shinydashboard
Encoding in Shiny

I'm working with RStudio Version 0.98.507. Short Info about initial working instruments: R version 3.1.0 (2014-04-10) Platform: x86_64-w64-mingw32/x64 (64…

r utf-8 shiny shiny-server
Exclude row names from R Shiny renderTable

I am using the renderTable function from the R Shiny package and it is returning a table with row names. …

r shiny shiny-server
pdflatex not found. pdflatex is needed for pdf output

I have installed my shiny server on Ubuntu. In addition I installed Texlive- full 2017 on the server as well. The …

ubuntu shiny pandoc shiny-server pdflatex
Restart shiny-server on centos

I have shiny-server installed and I am using it to host my shiny apps installed on a centos server. I'm …

r centos shiny shiny-server
How do I make sure that a shiny reactive plot only changes once all other reactives finish changing?

I have a shiny app in which the user selects a bunch of inputs, such as the x range, y …

r shiny
Are tabs with their own sidebars and mainPanels possible in shiny?

I would like to display different inputs for different tabs. So I tried to build a page with several tabPanels. …

r shiny