Description Usage Arguments Details Value Examples
View source: R/data_functions.R
Frequency table as data.frame
1 |
... |
One or more objects that can be passed to table() |
sort |
How the data should be sorted on frequency - ascending, descending or none. |
Data.frame output of table with better column names and ability to sort on Freq column. Essentially creates crosstab table in long data format.
Sorted data.frame based either on first object, or by sort option object.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.