Description Usage Arguments Value Examples
generate a summary of each attribute in the dataset grouped by a target attribute (helper function for attribute summary)
1 | attributes_summarize(data, group_attr = NULL, .checkAssertions = TRUE)
|
data |
a data frame or tibble type object |
group_attr |
a column label as a string to group by before summarizing (optional) |
.checkAssertions |
private variable used to check function assertions (if first in chain) |
a list with stats for each attribute (grouped by group_attr if present)
1 2 | attributes_summarize(iris)
attributes_summarize(iris, 'Species')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.