Top "Shinydashboard" questions

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

Changing the font size of valueBoxes

I would like to change the font size of the value and the subtitle for valueBoxes. Below is my attempt, …

r shiny shinydashboard
R shiny Dashboard: How to add vertical scrollbar to dashboard sidebar?

I have a couple of questions regarding R shiny Dashboard. ui.R library(shinydashboard) library(shiny) dashboardPage( dashboardHeader(title = 'Test …

r shiny shinydashboard
Hide an element (box/tabs) in shiny dashboard

I have a shiny dashboard which has a just a single text box on the landing page. The user enters …

r shiny shinydashboard shinyjs
Add dynamic tabs in shiny dashboard using conditional panel

I would like to have dynamic tabs for my shiny app. I tried the below code ## app.R ## library(shiny) …

r shiny shinydashboard
Starting Shiny app after password input (with Shinydashboard)

In this topic is well explained how to start the shinyapp after some password input. I am trying to do …

css r shiny shinydashboard
How to combine top navigation (navbarPage) and a sidebar menu (sidebarMenu) in shiny

I have a shiny app (using navbarPage) with many tabs and would like to add a sidebarMenu that can be …

r shiny sidebar shinydashboard
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
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
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