Top "Shiny" questions

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

R - Shiny | Error in cat(list(...), file, sep, fill, labels, append) : argument 1 (type 'list') cannot be handled by 'cat'

I am trying to write a Shiny app and need to first manipulate my data before I begin visualizing it. …

r list shiny shiny-server
possible to run RShiny app without opening an R environment?

Currently I have a R shiny app, to run it I open up RStudio and execute setwd("C:/Users/Me/…

r shiny executable
How to change color in shiny dashboard?

(cross post from shiny google groups) Could some one point me to the tag names that I have to modify …

r shiny shinydashboard
Deploying R shiny app as a standalone application

I have developed a RShiny application which I would like to share internally with my colleagues (Hosting the app on …

r shiny
Opening Shiny App directly in the default browser

Normally the shiny app opens through the inbuilt browser within R-Studio. Is it possible to open the app directly in …

r shiny rstudio
Force no default selection in selectInput()

The Shiny documentation mentions that for selectInput(): selected The value (or, if none was supplied, the title) of the navigation …

r shiny
How to display widgets inline in shiny

I have the below code to display the widgets inline(in same row) in shiny div(style="display:inline-block; width: 150…

r shiny rstudio shinydashboard
Cannot allocate a new connection: 16 connections already opened RMySQL

I am very new to shiny and R but using shiny I am trying to connect to a database fetch …

r shiny rmysql
How can I insert an image into the navbar on a shiny navbarPage()

I am builidng a shiny application using a navbarPage() layout. I would like to insert an image to be on …

r shiny
Plotting two graphs, one below the other, in shiny panel

I am producing two graphs. Right now they are showing up in two different panels (tabs) ui.r mainPanel( tabsetPanel( …

r plot shiny-server shiny