Description Usage Arguments Value
freq_table
creates a simple frequency table of one or more
columns.
1 2 | freq_table(x, ..., cut_fmt = NULL, na_last = FALSE,
decreasing = FALSE)
|
x |
a |
... |
The columns to use to create the frequency table, all combinations of the unique levels of the columns will be used to create the rows of the frequenct table. |
cut_fmt |
a function used to cut a numeric column into descrete levels
to use in the table. This parameters currently only supports a single numeric column.
Default is set to
|
na_last |
set to |
decreasing |
if set to |
A frequency table of the unique levels of the provided columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.