Skip to main content

All Questions

0 votes
0 answers
39 views

Main .rmd file to fetch data from multiple rmd files

I have three dashboards - dashboard-dec-23.rmd, dashboard-jan-24.rmd, dashboard-feb-24.rmd. All three dashboards has huge number of charts under multiple tabs and columns. Now, I want to have all ...
Priya's user avatar
  • 1
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
2 votes
0 answers
53 views

Run specific code chunk when clicking on actionbutton

I'm trying to create a flexdashboard in R Markdown which runs a certain code chunk when clicking on an actionbutton. I.e. at the start of the dashboard, a questionnaire with radiobuttons appears, ...
Stella Devito's user avatar
0 votes
1 answer
85 views

R flexdashboard Error in disabling the submit button even if there is no radio button option is selected or when any option is selected

In my flexdashboard code, what I am trying to do is: initially, no radio button is selected, and there are two options only option (radio button) one is to upload the data, option two is to connect ...
LeMarque's user avatar
  • 783
0 votes
1 answer
676 views

Render text Output in Flexdashboard Sidebar

I have a data frame that contains the following columns. Partner & Contact Person. Partner <- c("Google", "Microsoft", "Apple","Amazon") ContactPerson &...
andy's user avatar
  • 2,029
0 votes
1 answer
515 views

Shiny and flex dashboard - struggling to add three widgets to a timeseries ggplot

my question carries on from my previous one seen here. I've been trying to build a dashboard on shiny, but I've decided to combine it with flex dashboard because it's easier and shiny has been giving ...
Thandi's user avatar
  • 329
0 votes
1 answer
326 views

Flexdashboard gauge labels are cut off in shiny app

I have built an app that is heavily dependent on gauges to track progress. There was an issue with the label not updating with new input so I have updated my version of flexdashboard to the ...
Kate Chalmers's user avatar
0 votes
1 answer
224 views

Selection of table with flexdashboard

I am work with flexdashboard.I already find some tempalate example (https://jjallaire.shinyapps.io/shiny-biclust/ ) and now I want to adapt in accordance with my needs. But I face with one problem. ...
silent_hunter's user avatar
1 vote
1 answer
79 views

How to reset label of flexdashboard gauges in Shiny?

I would like to have different labels for gauges created using the flexdashboard package depending on the selection that is made. However, when a new option is chosen the first label that is loaded ...
Kate Chalmers's user avatar
1 vote
1 answer
78 views

How to have a "focal chart" layout similar to flexdashboard in shinydashboard?

I'm making the transition from flexdashboard to shinydashboard and this is probably simpler than I am making it out to be. I have this layout that I can easily make in flexdashboard. --- title: "...
RL_Pug's user avatar
  • 827
2 votes
0 answers
428 views

Flexdashboard sidebar that can be toggled

I am using R flexdashboard and would like to create a left sidebar menu that can be toggled just like in this Shinny app dashboard example (source). There is an option to create a sidebar menu with ...
mat's user avatar
  • 2,445
1 vote
1 answer
475 views

Is it possible to have more than 4 valuebox in a single row with flexdashboard?

I want to have 6 valuebox in a single row, but it seems that 4 is the maximum. When I try to do 6, the valuebox wouldn't fit. I wonder if this is possible in flexdashboard? Thanks in advance!
Miracle's user avatar
  • 115
0 votes
1 answer
861 views

flexdashboard ::renderValueBox does not work in a Shiny app

I'm trying to use flexdashboard::renderValueBox function in shinydashboard environment. However, the same works, but the boxes are not created. See: I cannot use the shiny::box function: box(...
neves's user avatar
  • 800
4 votes
1 answer
214 views

not able to get forecasting plot in tabset panel in flexdashboard using actionButton and eventReactive methods of shiny

I have a dataframe (in R) containing the data which looks like this: [https://github.com/imlemarque/Data/raw/main/Data.csv][1] I am creating a flexdashboard in R and the code is as follows: --- title:...
LeMarque's user avatar
  • 783
0 votes
1 answer
138 views

How to make a graph out of a reactive table with 2 inputs? R Shiny

I'm building a little web app that is keep track of claims by an organization or project on a monthly basis. I have my data frame in a "long" format and have been able to get some values but ...
RL_Pug's user avatar
  • 827

15 30 50 per page