Top "Shiny" questions

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

Scale and size of plot in RStudio shiny

Related, but only talks about the allocated plot space in general, not how to directly set the plot image size …

r size rstudio shiny
Change the color and font of text in Shiny App

I am using below code in server.R to display the text in the main panel. This is working exactly …

r fonts styles shiny
R shiny passing reactive to selectInput choices

In a shiny app (by RStudio), on the server side, I have a reactive that returns a list of variables …

r shiny shiny-reactivity
Embedding Image in Shiny App

I've been working on a shiny app and would like to include a logo in the upper right corner of …

r embed shiny
Outputting multiple lines of text with renderText() in R shiny

I want to output multiple lines of text using one renderText() command. However, this does not seem possible. For example, …

r shiny
Shiny: what is the difference between observeEvent and eventReactive?

I read the Shiny documentation about reactive programming a few times now, but I can't properly understand the difference between …

r shiny reactive-programming shiny-server
How can put multiple plots side-by-side in shiny r?

In mainpanel, I try to handle this problem via fluidrow. However, one of my plot is optional to be displayed …

r plot ggplot2 shiny
Control the height in fluidRow in R shiny

I am trying to build a layout for a shiny app. I have been looking at the application layout guide …

r layout shiny
Save plots made in a shiny app

I'm trying to figure out how to use downloadButton to save a plot with shiny. The example in the package …

r ggplot2 shiny
shiny 4 small textInput boxes side-by-side

I've got a shiny server version 0.4.0 and I want to have 4 small textInput boxes to look like this: x-min x-max …

r shiny