Questions tagged [flexdashboard]

An Easy interactive dashboards for R.

Flexdashboard is a package developed by the RStudio team that enables individuals to easily create flexible, attractive, interactive dashboards with R. Authoring and customization of dashboards is done using R Markdown and can optionally include Shiny components for additional interactivity.

Reference and documentation: http://rmarkdown.rstudio.com/flexdashboard/

832 questions
3
votes
1 answer

GGPlot within loop in Flexdashboard

Using Flexdashboard, I want to put some text and a plot inside a loop - it should loop through variables, and I don't know how many there will be. But the plots appear side by side, not down the page, and the text is lost. Example: --- title: "Cars…
Jeremy Miles
  • 349
  • 1
  • 16
3
votes
1 answer

Flexdashboard checkboxGroupInput losing ggplot data

I have an issue that is related to this one, but was unable to come to a solution for mine. I have a reactive ggplot that I would like to update using a check box based on group data. Currently, when I have ONE box selected, the data displays…
vb66
  • 353
  • 3
  • 14
3
votes
1 answer

Shiny Flexdashboard Reactive Gauge not Updating

I've added a reactive gauge to my shinyapp. The gauge is to show the most recent Jump Height score compared to the athlete's previous minimum and max value all time. The selectInput is set for Athlete and the most recent date (max(jumpdata$Date)).…
vb66
  • 353
  • 3
  • 14
3
votes
1 answer

How can I generate and knit personalized versions of an .Rmd report?

I have created a report PerfReport.Rmd that compares one person's performance to the performance of a large group. I have hundreds of individuals that should receive a personalized version of this report, comparing their own performance to the…
Pake
  • 968
  • 9
  • 24
3
votes
0 answers

How to set the number of columns in a running R flexdashboard

My question is an expansion of the Generate Dynamic R Markdown Blocks question applied to R flexdashboards. I made a simple flexdashboard with one numeric input: the number of columns to be rendered in the dashboard body. As I modify this numeric…
user9195416
3
votes
0 answers

Shiny with flexdashboard not displayed properly

I'm creating a shiny app using Rstudio and flexdashboard. When I use uiOutput twice in a section/column in does not display properly. There seem to be a large blank space between the output, and the second part of the output is hardly visible in the…
3
votes
0 answers

Is there a way to change the color of a dropdown menu via CSS in flexdashboard?

I am writing a flexdashboard and I would like to change its colors. I've managed to get somewhat what I want with this css: