Skip to main content

Questions tagged [flexdashboard]

An Easy interactive dashboards for R.

flexdashboard
0 votes
1 answer
44 views

How can I use rows and columns orientation in the same page in a Flexdashboard? will be rendered using rshiny [closed]

I'd like to create the layout below, but haven't found a way to do it. The idea is to have a row to allocate cards with big numbers, a column that will contain the main table and the another column ...
lucaz.mack's user avatar
1 vote
1 answer
35 views

How do I get data to display in a DT when using runtime: shiny in the YAML header of my flexdashboard document?

I have a flexdashboard document. In one section I wish to display a DT data table. I hope to use the DT in a reactive context where clicking on a row returns the value of one of the columns for use in ...
Charles Knell's user avatar
0 votes
0 answers
15 views

Having trouble with font using highcharter in r flexdashboard

As I am no native engish speaker, I appologize for my english. I am building an Dashboard using the flexdashboard-package and highcharter to create nice graphs. Further, want to use a custom font: ...
jasmin's user avatar
  • 1
1 vote
0 answers
54 views

getting Warning: Error in : C stack usage 7970544 is too close to the limit when running flexdashboard

In my dashboard I source an R script that contains a print statement. The printed statement is a string which contains the name of the file being sourced. Why am I getting this is the error? Warning: ...
bri85's user avatar
  • 161
0 votes
0 answers
60 views

R plot_ly produces inconsistent results with markdown + flexdashboard + crosstalk

I am trying to use flexdashboard and crosstalk with Markdown for effective presentation of Health Care Quality Indicators on a set of web pages without using Shiny. I believe this can have rather ...
Fabrizio Carinci's user avatar
1 vote
2 answers
54 views

Adding tick marks to flexdashboard gauge

I would like to add tick marks on a flexdashboard guage plot and then highlight a specific point where the gauge bar would transition from success to danger. Here is my code so far: flexdashboard::...
Overtime4728's user avatar
1 vote
0 answers
28 views

Flexdashboard sidebar selectinput

In flexdashboard I have 2 pulldowns in the sidebar. When I choose an option in pulldown 1, then the options in pulldown 2 must match. As an example: in my data I have a column Year and Month. Year ...
Tinus Brand's user avatar
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
1 answer
54 views

Flexdashboard sidebar pickerInput overflow hijacking scrollbar

I previously used the response in this question Flexdashboard sidebar pickerInput overflow with scrollbar to modify pickerInputs with wide values so that all value names in the filter would be visible ...
user3249770's user avatar
0 votes
0 answers
34 views

Flexdashboard set tabset name based on parameters

I would like to set a flexdashboard's tabset in R based on parameters. I have a dashboard with a map which is set to create a different based on a parameter. I would like to set the title of the map ...
Michael Sullivan's user avatar
0 votes
0 answers
37 views

How do I creating a flexdashboard from shiny app

I want to have a shiny app where I upload an xlsx file, which will be splitted and prepared. And this splitted and prepared data should be the params for a flexdashboard. But I always get the error ...
Christian's user avatar
  • 469
0 votes
1 answer
56 views

Filters and Sub-filters in Flex Dashboard

Im trying to have an input column where you can select more than one filter. Then based off of those inputs I want to have sub-filters in my Flex Dashboard. So for example if i have a database with ...
Ala Rosow's user avatar
0 votes
0 answers
31 views

Chart Notes are Not Shown in Flexdashboard if an Empty Chunk is Added at the End

When adding a final chunk after the last chart chunk in a flexdashboard the notes (the text added below the chart via > ...) are silently dropped. If you remove the final chunk (clean-up-chunk) the ...
thothal's user avatar
  • 19k
1 vote
0 answers
43 views

r + shiny + ggplot2 + flexdashboard - Can't plot an histogram

I am working on a flexdashboard project and I'm using Shiny to gather user input and create a dynamic histogram. The dataset I am working with has for each date some numeric values associated to a ...
ManintheArena's user avatar
0 votes
0 answers
43 views

r + shiny + ggplot2 + flexdashboard object of type 'closure' is not subsettable

I am currently making a dashboard to produce a dynamic plot depending on user input. I collect 3 parameters from the user: the starting date, ending date to set the time window in my plot and the ...
ManintheArena's user avatar

15 30 50 per page
1
2 3 4 5
57