table_as_df | R Documentation |
Create table and convert to data frame
table_as_df(x, y = NULL, weights = NULL, ...)
x |
first variable for table |
y |
second variable for table |
weights |
optional set of weights |
... |
optional parameters |
A data frame version of the two way contingency table for x*y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.