View source: R/summary_methods.R
summary.eda | R Documentation |
Summary of numeric- and factor-type EDA objects.
## S3 method for class 'eda'
summary(object, pub_styled = FALSE, signif_digits = 2)
object |
eda object, created by |
pub_styled |
logical, should the output be publication-ready formatted? See the details. |
signif_digits |
significant digits used for rounding in the publication-style output. |
The pub_style argument allows for generating a 'nicer' output accepted by multiple journals. A tibble with the column 'statistic' is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.