Description Usage Arguments Value Examples
get the summary statistics for an attribute (grouped or otherwise)
1 | attribute_stats(data, stats_attr = NULL, .checkAssertions = TRUE)
|
data |
a data frame or tibble type object |
stats_attr |
a column label as a string to get stats for |
.checkAssertions |
private variable used to check function assertions (if first in chain) |
a tibble with the summary stats for the specified column/grouping
1 2 | attribute_stats(iris)
attribute_stats(iris, 'Petal.Length')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.