Description Usage Arguments Value
View source: R/summary_functions.R
This includes frequencies. By default, analyses all variables. You can select specific variables using all syntax avaiable when using dplyr::select.
1 2 | summarise_na(x, ..., sort = TRUE, freq_digits = 1,
remove_nonmissing = TRUE)
|
x |
A tibble. |
... |
Comma separated list of unquoted expressions. You can treat variable names like they are positions. Use positive values to select variables; use negative values to drop variables. (This uses dplyr::select.) |
sort |
If TRUE will sort output in descending order of n. |
freq_digits |
Number of digits to round percentages. |
remove_nonmissing |
If TRUE remove variables without any missing values. |
A tibble with counts and frequencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.