Description Usage Arguments Value Examples
Given a tibble and a filter expression, get_group_n returns the group sample size formatted as "N = XXXX". Made to work in a dplyr pipeline, and used when creating tables for publications / reports.
1 | get_group_n(.data, ...)
|
.data |
A data frame or tibble |
... |
A dplyr::filter expression. Used to select subgroup. |
A character string
1 2 3 4 5 6 7 8 9 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.