flexdashboard 布局中的两个侧边栏

dea*_*ann 9 css r shiny shinydashboard flexdashboard

我很感激这里的一些 css 帮助。
我想要实现的是以下布局。

在此处输入图片说明

我可以在没有右侧边栏的情况下轻松进入布局:

---
title: "Title"
output: 
  flexdashboard::flex_dashboard:
    vertical_layout: fill
    orientation: rows
    css: styles.css
runtime: shiny
---

Page 1 {data-orientation=rows}
=====================================

Row {.sidebar}
-----------------------------------------------------------------------
### Inputs 1

Row 
-----------------------------------------------------------------------

### Chart 1

### Chart 2
Row 
-----------------------------------------------------------------------

### Chart 3
Row 
-----------------------------------------------------------------------

### Chart 4

### Chart 5
Run Code Online (Sandbox Code Playgroud)

我试图添加一个 css 类来添加 rigth 侧边栏,但无济于事。

任何帮助将不胜感激。

谢谢。

Ben*_*Ben 0

我可以提供一个通用的解决方案。我建议更改现有主题,例如“lumen”,以便得到您想要的布局。您可以使用 Griffon 或类似的 HTML 编辑器来完成此操作。然后,在Rmarkdown中渲染时参考lumen主题。在这里查看我的相关答案