View source: R/factor_methods.R
frequency.eda | R Documentation |
counts of observations assigned to each category or occurrence of unique values for numeric EDAs.
## S3 method for class 'eda'
frequency(x, .drop = FALSE)
x |
an EDA object, created by |
.drop |
logical, should empty levels be dropped? |
NAs are listed as a separate category and empty levels are not skipped by default.
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.