Shiny is an R package that makes it easy to build interactive web applications using only R.
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 shinythemesI have a couple of charts in my Main Panel in my Shiny Dashboard, and I was wondering how to …
r shiny shinydashboardI am creating a user interface for a pathway enrichment program. The results are shown in a table as shown …
r hyperlink datatables shiny dtThis seems like a very obvious question but I haven't found anything on the subject. How can I refresh a …
r shiny shinyjsI have a shiny app that I have made that needs to get its data from another server, i.e. …
r shiny shiny-serverTrying to create a data frame like below; X Y 20 30 Using textInput to create data frame. But values entered in …
r shiny shiny-serverNote : I have read almost all the discussions on this object in shiny googlegroups and here in SO. I need …
r shiny shiny-server busyindicatorI've got a dropdown selector and a slider scale. I want to render a plot with the drop down selector …
r shiny shiny-serverLet's say I have an existing zip file (out.zip) in my shiny app (i.e. located on a server). …
r shiny