Description Usage Arguments Value
This function takes a data frame and defined list of columns (optionally one) and summarises the numbers of Yes/No in a table.
1 2 3 4 5 6 7 8 9 |
this_data |
The tibble in which the column exists. |
this_var |
The column name (if not a quosure, error will be thrown). Also defines the order of the rows. |
missing_value |
The text to use for missing (i.e., "") entries (default is Missing) |
these_levels |
Which levels to display (default = Yes/No/Missing). |
missing_data_limit |
Print warning for any result showing at least this percentage of missing data. |
this_function |
A label for error/warning messages (by default it is the name of this function). |
key_for_variables |
Glossary to use for parameters. |
Counts of levels in the factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.