Skip to main content

Questions tagged [shinydashboard]

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

shinydashboard
76 votes
4 answers
15k views

R + Shiny which hammer? straight Shiny, flexdashboard or shinydashboard? [closed]

At the risk of getting hit with a mods "too broad a question" hammer, I want to ask given the plethora of interactive R Shiny tools and packages emerging, when do you use which one? Shiny - to me ...
micstr's user avatar
  • 5,168
72 votes
8 answers
27k views

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 maps. So far no problem to get the map expand over the entire width of the body, but it'...
TomGeo's user avatar
  • 1,315
51 votes
2 answers
58k views

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 am looking at the documentation, it describes changing the "logo" in the CSS, this is just ...
decal's user avatar
  • 1,017
47 votes
4 answers
26k views

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 I would like to use the parameter passed in to the site in calculations as an input. So is ...
user3022875's user avatar
  • 8,878
45 votes
2 answers
29k views

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 character. I want to be able to select the email whose score I want to view, but then in the second dropdown ...
Hillary's user avatar
  • 795
33 votes
2 answers
31k views

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: 150px;height: 75px;",selectInput("ddllgra", "Function:",c('mean','median','sd','count'...
vanathaiyan's user avatar
  • 1,020
30 votes
1 answer
29k views

How to show Spinning Wheel or Busy Icon while waiting in Shiny [closed]

Hey i've just started working with R and Shiny. Trying to make a dashboard which displays different charts. As there is a lot of data to process, the plots or charts take some time to display after ...
Danish Zahid Malik's user avatar
29 votes
4 answers
39k views

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 the color of a shiny dashboard? Modified from http://rstudio.github.io/shinydashboard/appearance....
Iain's user avatar
  • 1,638
26 votes
3 answers
22k views

How to stop running shiny app by closing the browser window?

I have deployed an app in shinyapps.io and its working fine. I am running the app for only 5 minutes, but when I checked the metrics it shows a running time for about 0.7 hours. I found that there ...
Eka's user avatar
  • 14.7k
26 votes
1 answer
8k views

How to remove option bar from ggplotly plot?

I have a plot that I am rendering in shiny using plotly and ggplot2. However, I do not want the option bar that appears on hover to appear. Is there a way to use ggplotly(p) and remove the option bar?
Climbs_lika_Spyder's user avatar
25 votes
6 answers
25k views

shinydashboard some Font Awesome Icons Not Working

When using shinydashboard I find that some icons seem to work while some don't. In the below example, the battery-full icon doesn't work while the clock-o icon works fine. I'm unable to figure out why ...
TheComeOnMan's user avatar
  • 12.8k
21 votes
4 answers
21k views

R shinyDashboard customize box status color

I would like to customize the color of the box status of my shiny app. I find a css way to change the box background color of these box but not to customize the status color, but I do not see the ...
Charlotte Sirot's user avatar
21 votes
1 answer
15k views

Shinydashboard: Is it not possible to have nested menu sub items? Can't make it work

I am using a shinydashboard, and have a need to build two-level nested sub menus. I am trying this and won't work: library(shinydashboard) sidebar <- dashboardSidebar( sidebarMenu(id = '...
Gopala's user avatar
  • 10.3k
20 votes
1 answer
11k views

Move R Shiny showNotification to center of screen

I am looking at customizing the showNotification() functionality from Shiny. https://gallery.shinyapps.io/116-notifications/ I would like the message to be generated in the middle of the screen as ...
J. Doe.'s user avatar
  • 1,305
20 votes
3 answers
20k views

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 is done, the page displayed is distorted (wrong data in selection box, and weird placing of the boxes, ...
KeshetE's user avatar
  • 385

15 30 50 per page
1
2 3 4 5
190