insightsengineering / insightsengineering/goshawk
... (ellipsis) not used in t_summarytable
Open
bug
core
good first issue
- Dominant language
- R
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```r
t_summarytable <- function(data,
trt_group,
param_var,
param,
xaxis_var,
facet_var = "AVISITCD",
loq_flag_var = "LOQFL",
...) {
```
The `...` is not used anyway. Should be removed along with the documentation
Contributor guide
Assessment
This issue has not been assessed yet.