【发布时间】: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