Top "Shiny" questions

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

conditionally output different colored text in Shiny

I would like Shiny to print out some different color text depending on the size of a vector. I was …

r shiny shinyjs
Scaling shiny plots to window height

I want to scale a shiny plot to the height of the window. This related SO question only uses absolute …

r shiny
R: ggplot2 with geom_map returns "x and units must have length > 0" error despite values converted to factors

I'm working on a primitive shiny app that would map some data from the Open Data for Scotland project. I …

r ggplot2 sparql shiny maptools
how can I update a shiny fileInput object?

I want to create an input file dialog. This is straightforward using the fileInput function. shinyUI(pageWithSidebar( headerPanel(""), sidebarPanel( fileInput("…

r shiny
What are the best practices to make shiny application run faster?

Data: I have a shiny dashboard application and my dataset is around 600 MB in size. It swells by 100 MB every …

r shiny
Get the size of the window in Shiny

I Would like to determine the size of the browser window in Shiny to help me layout my plot divs …

r shiny
Remove "Showing 1 to N of N Entries" Shiny DT

Issue: I'm looking to remove the showing 1 to n of n entries field in shiny DT. Please see picture below …

r shiny dt
Shiny: What is the option setting to display in the console the messages between server and ui

I remember having used an option setting that enable to print in the R console the messages between the server …

r shiny shiny-server
One main panel and 2 side panels

Using Shiny, does anyone happen to know how to create a UI with one main panel (middle) and two side …

r shiny sidebar shinyapps
Add download buttons in DT::renderDataTable

I am trying to add download buttons ('copy', 'csv', 'excel', 'pdf') above the table in my R Shiny app, but …

r shiny dt