Skip to main content

Questions tagged [shinydashboard]

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

shinydashboard
0 votes
2 answers
36 views

R shiny dashboard, show conditionalPanel only when a specific tabPanel within a specific sidebar menuItem is selected

Below I have provided the skeleton of a Shiny Dashboard that I am trying to create. I've fought with this for quite a while and cannot figure out how to make it work. App Current Behavior: Right now ...
Tuo's user avatar
  • 117
1 vote
0 answers
110 views

How to create an rhandsontable with fixed headers?

Can someone advise me on how to fix column headers in an rhandsontable? Below there is a sample script I have written, but it does not work. It seems that I could not use hot_cols() in a proper way. I ...
firuz.safaev's user avatar
0 votes
0 answers
36 views

Problem deploying my dashboard on shinyapps.io

I made a dataviz on r shiny but when I want to deploy with shinyapp.io I get errors (I think it's because my database is local on my RStudio). But I don't know how to do this. Thank you in advance for ...
Arthur Thomas's user avatar
0 votes
0 answers
80 views

How to get Sidebar inputs and body to interact using separate modules

New to the shiny world and trying to incorporate modules into my code. The problem I am having is that I want my sidebar to have a series of selectInputs and then have the plot output within the body--...
CatOB's user avatar
  • 13
0 votes
0 answers
19 views

Issue with flex dashboard shiny apps

I am working on a portfolio for my class. I am using a flex dashboard, with shiny, to showcase two shiny visualizaitons and 4 plotly charts. The first shiny app's radio button code works for both of ...
Kevin's user avatar
  • 1
0 votes
0 answers
34 views

Persistent storage data in MYSQL database through shinny app

I have created a shinny app where i can communicate with mysql database and store values through a reactive dataframe where users input values. First I created a table in the mysql database with sql ...
Edgar Reyes's user avatar
0 votes
1 answer
26 views

Generate a shiny dashboard sidebarmenu that contains both static and dynamic tabs based on file input

I am reading in a csv file and then creating a shiny dashboard with some tabs on the sidebar where some are static and others will change based upon the input file. For example, a simplified version ...
G Adams's user avatar
  • 37
0 votes
0 answers
37 views

Using multiple tables for creating a single formattable table

I am new to Shiny and R, i am trying to create a table using Formattable. I have two tables, one which contains the values and other which contains the significance of those values. I would like to ...
abhiram mkv's user avatar
1 vote
1 answer
33 views

Text not displayed correctly in R Shiny app (although no code error is shown but it's not doing what I write)

I am building a simple income-search tool where individuals can enter their job title, monthly wage, and city, and as an output they can learn how their wages compare to the median wage of other ...
nesta1990's user avatar
  • 296
0 votes
0 answers
31 views

Display navbarMenu across complete screen width in Shiny R

I would like to use shiny navbarpage with 4 navbarmenus. these should be displayed horizontally next to each other and be selectable. Only when the screen width across the entire screen is too small ...
Muesgen's user avatar
  • 142
0 votes
0 answers
39 views

Modify Header Height In Datatable in R For Shiny Dashboard

I am trying to tighten the height of the header of my datatable in R. I am referencing the header as part of the initComplete=JS() argument. Below is the snippet of my code: initComplete=JS("...
matteo123's user avatar
0 votes
3 answers
264 views

How do I achieve this grid and tab structure in R Shiny?

I have the following grid and tab structure in a Shiny app. Desired result What I want to get to is to have a different tabsetPanel for every Dataset that I choose in the left column. So basically I ...
Arnau G.'s user avatar
0 votes
0 answers
45 views

Why are the treeInput expanders disappearing?

This is reproducible: Expand 'Filter' Expand 'Solutions' Expand 'Sectors' Expand 'Solutions' and now the carets that control the treeInput are gone. Is this a bug in shinyDashboard or treeInput or ...
Eddie Rowe's user avatar
0 votes
1 answer
63 views

How to see if a shiny dashboard box is collapsed if it is produced by renderUI?

I have a (varying) number of collapsible boxes in my R shiny app produced by renderUI/uiOutput and I would like to see whether they are collapsed or not from the server. There is a question and answer ...
Hannah's user avatar
  • 23
0 votes
0 answers
24 views

Excessive whitespace between rows: Interaction between nested fluidRow and renderImage [duplicate]

I am new to Shiny and Shinydashboard for R and have run into a tricky issue. I am using nested fluidRow() and get excessive whitespace between rows if a column in the nested fluidRow includes an ...
ChrisV's user avatar
  • 1

15 30 50 per page
1
3 4
5
6 7
190