insightsengineering / insightsengineering/crane

`add_blank_row()` doens't render the blank row in flextable HTML output (ie the RStudio IDE Viewer)

Open
#18 11 comments 0 reactions 0 assignees View on GitHub
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()
```

![Image](https://github.com/user-attachments/assets/301ee349-1d18-434e-b6d0-c7bd59ae202a)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.