Learn R Programming

wrangle (version 0.6.4)

status.data.frame: Report status with respect to grouping variables.

Description

Reports status with respect to grouping variables.

Usage

# S3 method for data.frame
status(x, ...)

Value

returns x invisibly (as originally grouped)

Arguments

x

data.frame

...

optional grouping columns (named arguments are ignored)

See Also

na dup unsorted informative ignore itemize enumerate sort.grouped_df

Other status: status()

Examples

Run this code
library(dplyr)
status(Theoph)
status(Theoph, Subject)
status(group_by(Theoph, Subject, Time))

Run the code above in your browser using DataLab