freq_list: freq_list

Description Usage Arguments Value Examples

Description

Reformats table/3D Array into frequency list Currently usage requires table generated with raw variable names after attach(<data>)

Usage

1
freq_list(Tab)

Arguments

tab

table to format

Value

tibble formulated with all combos and freq

Examples

1
2
3
4
attach(mtcars)
View(freq_list(table(cyl,vs,am,gear,carb)))
View(freq_list(table(cyl,vs,am)))
detach(mtcars)

Ajfrick/AVRCHelp documentation built on May 28, 2019, 1:34 a.m.