Description Usage Arguments Value Examples
View source: R/preview-frequency-table.R
Simple function showing frequencies of vector by combining
results from table
and prop.table
.
1 |
x |
A vector. |
... |
Other arguments passed to |
A matrix with frequency values of a vector
1 | preview_frequency_table(x = c("a", rep("b", 3)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.