Top "Shinydashboard" questions

shinydashboard is an R package which provides a framework for creating dashboards using R and shiny.

Adding a company Logo to ShinyDashboard header

So just curious, is there any way to add a company logo to the header of a ShinyDashboard? As I …

r shiny shinydashboard
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
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
How to get Leaflet for R use 100% of Shiny dashboard height

I am in the process of creating a Shiny dashboard application, where the dashboard body is supposed to show some …

r shiny leaflet shinydashboard
R Shiny selectInput that is dependent on another selectInput

I have some data below that I'm using to create a donut chart in R shiny, where date is a …

r shiny shinydashboard
How do you pass parameters to a shiny app via URL

In web browsers you pass parameters to a website like www.mysite.com/?parameter=1 I have a shiny app and …

r shiny shiny-server shinydashboard
Shiny Dashboard - display a dedicated "loading.." page until initial loading of the data is done

I have initial loading of data from the DB in the server.R which takes a few seconds. Until this …

r shiny shinydashboard shinyjs
How to change the background color of the Shiny Dashboard Body

I cannot get the scope to change the background color of the shiny dashboard's body. I do not want to …

r shiny shinydashboard
Hide sidebar in default in shinydashboard

I used shinydashboard to create my app. I would like to hide the sidedar in default on desktop environment (e.…

r shiny shinydashboard
How to show Spinning Wheel or Busy Icon while waiting in Shiny

Hey i've just started working with R and Shiny. Trying to make a dashboard which displays different charts. As there …

r shiny rstudio progress shinydashboard