【问题标题】:Where are the section headings in flexdashboard?flexdashboard 中的章节标题在哪里?
【发布时间】:2021-03-03 22:21:36
【问题描述】:

我有一个带有多个选项卡的 flexdashboard,我想将其中一个选项卡写成智能书本文档。但是没有章节标题,它们去哪儿了?

为什么我希望它看起来像这个例子? enter link description here

---
title: "Untitled"
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    vertical_layout: fill
runtime: shiny
---

```{r setup, include=FALSE}
library(flexdashboard)

```

**Contact**

aaa@abcd.edu

## What we are trying to estimate?

This is a tool whhich is designed to estimate viral dose to individual passengers on ABC under a variety of conditions.

Whilst a dose-response curve doesn't yet exist for `SARS CoV-2`, we have employed an exponential model for `HCoV229-E`, whihch is thhough to be a reasonable analogogus pathogen.

## Second sub.section

【问题讨论】:

    标签: r r-markdown flexdashboard


    【解决方案1】:

    此代码将起作用。唯一的变化是使用###。请参阅此处了解已知错误https://github.com/rstudio/flexdashboard/pull/250

    • 改变

    ## What we are trying to estimate?

    ### What we are trying to estimate?

    • 改变

    ## Second sub.section

    ### Second sub.section

    【讨论】:

      猜你喜欢
      • 2021-08-26
      • 2014-11-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-07-11
      • 1970-01-01
      相关资源
      最近更新 更多