stat_frequency: Stat - Frequency

View source: R/stat_frequency.R

stat_frequencyR Documentation

Stat - Frequency

Description

Stat - Frequency

Usage

stat_frequency(data, xvar, show_code)

Arguments

data

data

xvar

variable

show_code

show/hide code

Value

No return value. This function is called for the side effect of launching a shiny application.

Examples

if (interactive()) {
stat_frequency(mtcars)
}

starry documentation built on Jan. 17, 2023, 1:07 a.m.