stat_frequency {starry} | 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)
}