attribute_stats: Get data frame summary statistics for a column of a data...

Description Usage Arguments Value Examples

View source: R/extradplyr.R

Description

get the summary statistics for an attribute (grouped or otherwise)

Usage

1
attribute_stats(data, stats_attr = NULL, .checkAssertions = TRUE)

Arguments

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)

Value

a tibble with the summary stats for the specified column/grouping

Examples

1
2

duncankmckinnon/OKdplyr documentation built on Nov. 30, 2020, 1:13 a.m.