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

status.data.frameR Documentation

Report status with respect to grouping variables.

Description

Reports status with respect to grouping variables.

Usage

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

Arguments

x

data.frame

...

optional grouping columns (named arguments are ignored)

Value

returns x invisibly (as originally grouped)

See Also

na dup unsorted informative ignore itemize enumerate sort.grouped_df

Other status: status()

Examples

library(dplyr)
status(Theoph)
status(Theoph, Subject)
status(group_by(Theoph, Subject, Time))

wrangle documentation built on Aug. 24, 2023, 9:07 a.m.