View source: R/stat_frequency.R
stat_frequency | R Documentation |
Stat - Frequency
stat_frequency(data, xvar, show_code)
data |
data |
xvar |
variable |
show_code |
show/hide code |
No return value. This function is called for the side effect of launching a shiny application.
if (interactive()) { stat_frequency(mtcars) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.