# NOT RUN {
# }
# NOT RUN {
---
title: "Report"
output:
html_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning=FALSE, message=FALSE)
```
```{r}
library(compareGroups)
data(predimed)
res <- compareGroups(group~., predimed)
restab <- createTable(res)
```
## Report section
The following table contains descriptives of **PREDIMED** data
```{r}
export2md(restab, strip = TRUE, first.strip = TRUE)
```
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab