summary_tidy | R Documentation |
Default is to return summary stats for all columns containing continuous data. Option to specify categorical data.
summary_tidy(tbl, data_type = "cont")
A tibble.
require(ggplot2)
mpg |> summary_tidy(data_type = 'cont')
mpg |> summary_tidy(data_type = 'categ')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.