count_val_freq {screenshot} | R Documentation |
Helper function for compare_table()
.
Description
Helper function for compare_table()
.
Usage
count_val_freq(mt, colname)
Arguments
mt |
A numeric matrix or array. |
colname |
A string of name for count. |
Value
A dataframe.
Examples
mt <- sample(1:10, 30, replace = TRUE)
count_val_freq(mt, "freq")
[Package screenshot version 0.9.1 Index]