Top "Shiny" questions

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

Switching between menuSubItems in shinyDashboard

I'm trying to set up a shiny app using shinydashboard, and for the most part, having good luck. However, I'm …

r shiny shinydashboard
Shiny + CSS: Aligning actionButtons in shinydashboard sidebar

I am trying to place some actionButtons in a shinydashboard sidebar, and need to style them to be centered within …

css r shiny shinydashboard
Create interactive webmap with markers in R using Shiny, Leaflet and rCharts

I am trying to create an interactive webmap in R to display storms using Shiny, Leaflet and rCharts (the structure …

r maps leaflet shiny rcharts
Favicon in Shiny

I wanted to add a favicon to my WebApp I'm using this line, but it doesn't work: HTML("<link …

r shiny favicon
Tab Box CSS for shinydashboard

I'm trying to change the tab style for tabBox in shinydashboard. I was able to change the background of the …

css r shiny shinydashboard
Clustering on a Map using R and Leaflet

I am using leaflet in R (Just Starting to use it). I like the how the clustering/visualization is done …

r leaflet shiny googlevis
developing shiny app as a package and deploying it to shiny server

I am developing a shiny app and since I wanted to use automated testing and documentation of the function, I …

r shiny shiny-server devtools
Shiny App not working on Shiny Server with no log file present

I have an application that works on a local R server (port 8787). When I move it to Shiny Server (port 3838), …

shiny shiny-server
show(), hide() usage from shinyjs, Shiny

I have a simplified version of a shiny application I developed. What I want is to be able to show …

r shiny hide show shinyjs
Add text on right of shinydashboard header

How do I add text to the right of a dashboard header sidebar icon? It seems that previous similar solutions …

r shiny shinydashboard