Top "Shiny" questions

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

rCharts with Highcharts as shiny application

I have a shiny application consisting of three files. server.R, ui.R and the file to launch the application …

r highcharts shiny rcharts
Create a popup dialog box interactive

I was wondering if it is possible to create a popup dialog box interactive by using shiny (and shinyBS). For …

r shiny shinybs
R shiny Dashboard: How to add vertical scrollbar to dashboard sidebar?

I have a couple of questions regarding R shiny Dashboard. ui.R library(shinydashboard) library(shiny) dashboardPage( dashboardHeader(title = 'Test …

r shiny shinydashboard
How to create and display an animated GIF in Shiny?

I'm able to load a saved file as an image but unable to use gganimate to do it directly. Alternate …

shiny gif gganimate
Hide an element (box/tabs) in shiny dashboard

I have a shiny dashboard which has a just a single text box on the landing page. The user enters …

r shiny shinydashboard shinyjs
dynamically adjust height and/or width of shiny-plotly output based on window size

I would like to have the shiny-plotly output height and width adjusted to the current window size. I have tried …

r ggplot2 shiny plotly ropensci
Add dynamic tabs in shiny dashboard using conditional panel

I would like to have dynamic tabs for my shiny app. I tried the below code ## app.R ## library(shiny) …

r shiny shinydashboard
Rstudio shiny ggvis tooltip on mouse hover

In the example below, I have an interactive shiny ggvis plot, but I added a long column that is a …

r shiny ggvis
Possible to show console messages (written with `message`) in a shiny ui?

I don't understand R's message vs cat vs print vs etc. too deeply, but I'm wondering if it's possible to …

r shiny shinyjs
R shiny: how to save input data to the server or access input variables globally?

I am making an application that asks the user a few basic survey questions. When this is done they are …

r rstudio shiny sendmailr