Top "Flexdashboard" questions

An Easy interactive dashboards for R.

pandoc document conversion failed with error 1 after update to R version 3.4.2

After updating to R Version 3.4.2 my flexdashboard documents with shiny do not work anymore. Even if I try to run …

r shiny flexdashboard
How to combine row and column layout in flexdashboard?

For a new project I want to try the new flexdasboard package. I am thinking of a lay out in …

r r-markdown dashboard flexdashboard
R + Shiny which hammer? straight Shiny, flexdashboard or shinydashboard?

At the risk of getting hit with a mods "too broad a question" hammer, I want to ask given the …

r shiny shinydashboard flexdashboard
flexdashboard - change title bar color

I want to change the title bar color of a flexdashboard. I've found an example for removing it - SE …

r flexdashboard
R- knitr:kable - How to display table without column names?

Currently, I have this data frame (PS): My code to display this table is: kable(PS) %>% kable_styling(bootstrap_…

r knitr flexdashboard
Automatically resize ggplot2 plots in flexdashboard

I have a flexdashboard with one frame. Now I came across two problems: First, how can I change the size …

r plot ggplot2 flexdashboard
How can I create a tabset in this flexdashboard layout

Pretty sure i'm missing something obvious here but.. How would I reconfigure the code so that chart 3 is a tabset? …

r-markdown flexdashboard