📜  具有多个绘图选项卡集的块 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:45.777000             🧑  作者: Mango

代码示例1
---
title: "Example"
output: html_document
---


## Tabbed Example {.tabset}

### Tab1

```{r}
summary(cars)
```

### Tab2

```{r, echo=FALSE}
plot(cars)
```