flexdashboard icon indicating copy to clipboard operation
flexdashboard copied to clipboard

logo: in yaml breaks flex_dashboard when using runtime: shiny

Open blitz2057 opened this issue 7 years ago • 0 comments

Below is my yaml without logo: and I do have the yaml indented correctly. How can I fix this.

---
title: "Super Measures Dashboard"
output: 
   flexdashboard::flex_dashboard:
    theme: sandstone
    orientation: rows
    vertical_layout: fill
    source_code: embed
runtime: shiny
---

Below is the result: image

Now the yaml with the logo:

---
title: "Supermeasures Dashboard"
output: 
  flexdashboard::flex_dashboard:
    logo: logo.png
    theme: sandstone
    orientation: rows
    vertical_layout: fill
    source_code: embed
runtime: shiny
---

Below is the result: image

blitz2057 avatar Jul 26 '18 20:07 blitz2057