table2DF | R Documentation |
Covert a table to a dataframe
table2DF(tbl = NULL, do.prop = F, prop.marg = 1)
tbl |
table |
do.prop |
if T, does prop and need to set prop.marg |
prop.marg |
either 1 or 2 passed to prop.table margin |
a dataframe version of the input table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.