Skip to main content

Questions tagged [shinydashboard]

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

shinydashboard
1 vote
1 answer
83 views

Is there a way to pop out a leaflet map in an R Shiny app into a new browser tab?

I'm making an R Shiny application that includes a leafletOutput map that maps certain datapoints from a filtered dataframe. Is there any way to expand that map to a full screen size in a new browser ...
jjjjohnson's user avatar
-1 votes
1 answer
48 views

Add text in separate lines in shinydashboard sidebar [duplicate]

Im trying to put text in separate lines in shinydashboard sidebar I cant make it work with <br>: library(shiny) # Creating a Shiny app ui <- fluidPage( titlePanel("Subset Data by Date ...
firmo23's user avatar
  • 8,306
0 votes
1 answer
63 views

Update content of shinydashboardPlus accordion in observeEvent

I have a shinydashboardPlus accordion(AdminLTE2 accordion container) that is collapsed when the application starts ; after having clicked a button, I would like to open the accordion (with ...
mazu's user avatar
  • 317
1 vote
1 answer
34 views

Fix image to center of shiny page and center it

I have an image that I want to be centered at the bottom of the page regardless of the page size. Using the code below, however, will fix the image to the left side of the page instead of the center. ...
Haakonkas's user avatar
  • 987
1 vote
1 answer
49 views

JavaScript to update active sidebar menuSubItems linked to TabPanel in dashboard

I am trying to build a Shiny dashboard with menuSubItems that should correspond to TabPanels. I need also a button on the Home page that move to these TabPanels. This part is not working too bad. The ...
mazu's user avatar
  • 317
0 votes
0 answers
37 views

Inserting rows to a table which causes a dashboard to disappear

I have a dashboard with two data tables. The dashboard is disappearing when I insert new rows to these tables. It happens, especially, when I insert rows to the Table 2 whose data gets calculated and ...
firuz.safaev's user avatar
2 votes
2 answers
36 views

Adjust text position in sidebar of shiny dashboard

I have this shiny dashboard and I want to move the text a little bit to the right in order to start from the same position as the radioButtons. library(shiny) library(shinydashboard) # Define UI ui &...
firmo23's user avatar
  • 8,306
0 votes
1 answer
83 views

How to create a valueBox in R Shiny when data is missing?

I have a shiny app similar to the example below. I'm using valueBox() to return some values that correspond to a particular variable in the data. In this instance, I've just used Left and Right as an ...
Ben_89's user avatar
  • 546
1 vote
1 answer
36 views

Move sidebarMenu to top when header is disabled in shinydashboard

I want to have the header disabled in my shinydashboard, and I want the first item in the menu on the sidebar to be placed at the absolute top of the sidebar, where it by default is placed a little ...
Haakonkas's user avatar
  • 987
0 votes
0 answers
18 views

Is there any way to create new user using shinyauthr except inserting user data manually?

I want a sign up functionality just like loginUI. I couldnt able to find anything. I also tried shinyauthr::authUi(). I am using shiny dashboard for my project with shinyauthr Is there any way to ...
Parthasarathi Guha's user avatar
0 votes
1 answer
55 views

Make image fill height of column within tabpanel shinydashboard

I have a tabPanel where I want a figure to fill the whole height of the panel (the figure is tall but narrow). To the left of the figure I have some text, and I want the figure to align to the right ...
Haakonkas's user avatar
  • 987
0 votes
0 answers
86 views

Login page in r shinydashboard

In shiny APP I want to add a basic feature where the login details to be shown first and after verification the main dashboard body or tabs to be come into view. Currently the dashboard main body is ...
joy_1379's user avatar
  • 499
0 votes
1 answer
35 views

Adding figure caption to figure inside tabPanel in shinydashboard

How do I properly add a figure text to a figure placed inside a tabPanel? I have tried the following, but the text does not align within the tabPanel box. tabBox( tabPanel( "name", ...
Haakonkas's user avatar
  • 987
1 vote
1 answer
57 views

How to place elements above the dashboardHeader

I'm a beginner in Shiny and I'm looking to develop my first app. I'm having difficulty because I would like to add a top header bar to my dashboard, with a logo and the name of my study group on the ...
Mateus Piza's user avatar
0 votes
0 answers
25 views

shinydashboard valueBox giving Error: Expected an object with class 'shiny.tag'. prior to input

I'm creating an app that will calculate risk of a heart event. I developed the risk formula (model) based on clinical risk factors. The % risk output appears in a valueBox. However, prior to selecting ...
LindsB's user avatar
  • 1

15 30 50 per page