View source: R/table2dataframe.R
table2dataframe | R Documentation |
Converts a table to a full data frame.
table2dataframe(tab, ...)
tab |
table: contingency table |
... |
further parameters given to base::as.data.frame.table |
a data frame with sum(tab)
rows and length(dim(tab))
cols
table2dataframe(Titanic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.