summarize_tea: Summarize TEA

View source: R/tea.R

summarize_teaR Documentation

Summarize TEA

Description

Summarize TEA

Usage

summarize_tea(.data, ...)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

...

<data-masking> Name-value pairs of summary functions. The name will be the name of the variable in the result.

The value can be:

  • A vector of length 1, e.g. min(x), n(), or sum(is.na(y)).

  • A vector of length n, e.g. quantile().

  • A data frame, to add multiple columns from a single expression.


beanumber/gem documentation built on Oct. 15, 2022, 6:45 a.m.