freq_list: freq_list

View source: R/freq_list.R

freq_listR Documentation

freq_list

Description

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

Usage

freq_list(Tab)

Arguments

tab

table to format

Value

tibble formulated with all combos and freq

Examples

attach(mtcars)
View(freq_list(table(cyl,vs,am,gear,carb)))
View(freq_list(table(cyl,vs,am)))
detach(mtcars)

Ajfrick/ajfhelpR documentation built on June 30, 2023, 12:56 a.m.