attributes_summarize: Summarize Attributes

Description Usage Arguments Value Examples

View source: R/extradplyr.R

Description

generate a summary of each attribute in the dataset grouped by a target attribute (helper function for attribute summary)

Usage

1
attributes_summarize(data, group_attr = NULL, .checkAssertions = TRUE)

Arguments

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)

Value

a list with stats for each attribute (grouped by group_attr if present)

Examples

1
2

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