Description Usage Arguments Details
View source: R/factorsummary.R
Convert columns of a data.frame to factors and show summary
1 | factorsummary(data, filter = TRUE)
|
data |
a data frame |
filter |
Whether boring columns should be omitted. |
Shortcut to convert the columns of a data.frame to factors and then run the summary function on the resulting data frame. By default, columns which either have as many unique values as there are rows, or only one unique value are filtered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.