Table2df: Convert table to data frame saving structure

View source: R/aaa.r

Table2dfR Documentation

Convert table to data frame saving structure

Description

Convert table to data frame saving structure

Usage

Table2df(table)

Arguments

table

'table' object

Details

Convert contingency table into data frame and keep structure.

Value

Data frame

Author(s)

Alexey Shipunov

Examples

Table2df(table(iris[, 5]))

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to Table2df in shipunov...