Learn R Programming

tidylog (version 0.2.0)

summarize: Wrapper around dplyr::summarize and related functions that prints information about the operation

Description

Wrapper around dplyr::summarize and related functions that prints information about the operation

Usage

summarize(.data, ...)

summarize_all(.data, ...)

summarize_at(.data, ...)

summarize_if(.data, ...)

summarise(.data, ...)

summarise_all(.data, ...)

summarise_at(.data, ...)

summarise_if(.data, ...)

tally(.data, ...)

count(.data, ...)

Arguments

.data

a tbl; see summarize

...

Value

see summarize

Examples

Run this code
# NOT RUN {
summarize_all(mtcars, mean)
#> summarize_all: now one row and 11 columns, ungrouped
# }

Run the code above in your browser using DataLab