Top "Shiny" questions

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

R shiny - pop up window with options

Im creating a shiny app that queries an SQL database. I want to warn the user if the queried data …

r shiny rmysql
Convert ggplot object to plotly in shiny application

I am trying to convert a ggplot object to plotly and show it in a shiny application. But I encountered …

r ggplot2 shiny plotly
dynamically add plots to web page using shiny

i want to create an app using shiny that dynamically add plots to the page. it could be 10 plots and …

r rstudio shiny
displaying a pdf from a local drive in shiny

I'm still new to r and shiny, and i'm stumped with what should otherwise be simple logic. I am trying …

r image pdf shiny displayobject
Advantages of reactive vs. observe vs. observeEvent

I've reading everything I can about shiny reactive programming. I'm a bit confused. The following all work but what is …

r shiny
Host App Shiny-server

I am trying to host an app over the web using R, shiny and shiny-server. As a preface, I have …

r ubuntu-12.04 shiny shiny-server
"read_excel" in a Shiny app

I have a Shiny app that uses the read.xlsx function from package xlsx. All works fine, but I want …

r shiny xlsx
How to integrate R shiny into current application

I am wondering if one can integrate R shiny into the current website (PHP or RoR). I just want to …

r shiny
Shiny: How to make reactive value initialize with default value

Consider the following actionButton demo: http://shiny.rstudio.com/gallery/actionbutton-demo.html server.R: shinyServer(function(input, output) { # builds a …

r shiny
Clickable links in Shiny Datatable

I created a table containing some HTML links using Shiny's renderDataTable. The links are not clickable, though, instead they render …

r datatables shiny