shipunov (version 1.13)

Table2df: Convert table to data frame saving structure

Description

Convert table to data frame saving structure

Usage

Table2df(table)

Arguments

table

'table' object

Value

Data frame

Details

Convert contingency table into data frame and keep structure.

Examples

Run this code
# NOT RUN {
Table2df(table(iris[, 5]))
# }

Run the code above in your browser using DataCamp Workspace