Top "Shiny" questions

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

Shinydashboard and shinytheme?

I've made a dashboard with shinydashboard and really like the ease of making a layout with the package! However, I'd …

r shiny shinydashboard shinythemes
How to add more Whitespace to the Main Panel in Shiny Dashboard?

I have a couple of charts in my Main Panel in my Shiny Dashboard, and I was wondering how to …

r shiny shinydashboard
Convert a column of text URLs into active hyperlinks in Shiny

I am creating a user interface for a pathway enrichment program. The results are shown in a table as shown …

r hyperlink datatables shiny dt
Restart Shiny Session

This seems like a very obvious question but I haven't found anything on the subject. How can I refresh a …

r shiny shinyjs
Accept HTTP Request in R shiny application

I have a shiny app that I have made that needs to get its data from another server, i.e. …

r shiny shiny-server
Create a data frame using text input in Shiny

Trying to create a data frame like below; X Y 20 30 Using textInput to create data frame. But values entered in …

r shiny shiny-server
How to display a busy indicator in a shiny app?

Note : I have read almost all the discussions on this object in shiny googlegroups and here in SO. I need …

r shiny shiny-server busyindicator
R Shiny Make slider value dynamic

I've got a dropdown selector and a slider scale. I want to render a plot with the drop down selector …

r shiny shiny-server
Adding a vertical and horizontal scroll bar to the DT table in R shiny

Please check the data table "Case Analyses Details" on the right. I want to fit the data table within the …

r shiny dt shinyapps
R Shiny: Download existing file

Let's say I have an existing zip file (out.zip) in my shiny app (i.e. located on a server). …

r shiny