insightsengineering / insightsengineering/crane
`add_blank_row()` doens't render the blank row in flextable HTML output (ie the RStudio IDE Viewer)
Open
sme
- Dominant language
- R
- Stars
- 15
- Forks
- 7
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 5
Description
This is HTML output, and I still need to test docx output. I recall gt used to also ignore the blank spaces for HTML output, and they did something to remedy it.
```r
trial |>
tbl_demographics(by = trt, include = c(age, grade)) |>
add_blank_row()
```

Contributor guide
Assessment
This issue has not been assessed yet.