Description Usage Arguments Value Examples
Frequency summary, a MJP team defined function
| 1 2 | 
| InputCol | Input column or vector, will be convert into factor. | 
| x | number of categories shown in the summary table, default = 20. | 
| sort_by | sort summary table by "VARIABLE" = category lable or "COUNT" = freqency | 
| sort_descending | show the result in acsending or descending order, default = TRUE, in descending order. | 
| big_mark | adding seperator in the big numbers. if you dont like the scientific notation when using this on large numbers, please change your globle enviromental variable with 'option(scipen = 999)' . | 
| round_percent | the accuracy of the percentage in the summary table of fator variable, 4 digits by default. | 
A frequency summary table with percentage.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.