preview_frequency_table.Rd
Simple function showing frequencies of vector by combining
results from table
and prop.table
.
preview_frequency_table(x, ...)
x | A vector. |
---|---|
... | Other arguments passed to |
A matrix with frequency values of a vector
#> num_obs freq #> a 1 0.25 #> b 3 0.75