View source: R/factor_methods.R
as.table.eda | R Documentation |
converts factor-type EDA objects to a table. For numeric-type ones NULL is returned and a warning generated.
## S3 method for class 'eda'
as.table(x, scale = c("none", "fraction", "percent"))
x |
an EDA object, created by |
scale |
content of the output table: 'fraction' returns fraction of total, 'percent' returns percentages of all observations. Defaults to none. |
a table object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.