freq_list | R Documentation |
Reformats table/3D Array into frequency list Currently usage requires table generated with raw variable names after attach(<data>)
freq_list(Tab)
tab |
table to format |
tibble formulated with all combos and freq
attach(mtcars)
View(freq_list(table(cyl,vs,am,gear,carb)))
View(freq_list(table(cyl,vs,am)))
detach(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.