Description Usage Arguments Details Value Examples
View source: R/data_functions.R
Proportion table as data.frame
1 |
... |
One or more objects that can be passed to table() |
sort |
How the data should be sorted on proportion count - ascending, descending or none. |
Data.frame output of table with better column names and ability to sort on Prop column. Essentially creates crosstab proportions 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.