trozo con múltiples trama tabset
---
title: "Example"
output: html_document
---
## Tabbed Example {.tabset}
### Tab1
```{r}
summary(cars)
```
### Tab2
```{r, echo=FALSE}
plot(cars)
```
Trustworthy Whale