count_val_freq | R Documentation |
compare_table()
.Helper function for compare_table()
.
count_val_freq(mt, colname)
mt |
A numeric matrix or array. |
colname |
A string of name for count. |
A dataframe.
mt <- sample(1:10, 30, replace = TRUE)
count_val_freq(mt, "freq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.