View source: R/factor_methods.R
count.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'
count(x, .drop = FALSE)
x |
an EDA object, created by |
.drop |
logical, should empty levels be dropped? |
a tibble with the columns 'category', 'n', 'fraction' and 'percent'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.