Table2df {shipunov} | R 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]))
[Package shipunov version 1.17.1 Index]