Generate an overview table with the data
generate_data_table(data, ..., cutoff = 1, .dots = c())
| ... | which data columns to include in data overview |
|---|---|
| cutoff | the minimum number of samples per group in order to include the group |
| .dots | traditional list of columns to include (for traditional evluation) |
| the | data frame, can already have a group_by if so desired |