Learn R Programming

wrangle (version 0.5.8)

status.grouped_df: Report status with respect to grouping variables.

Description

Reports status with respect to grouping variables.

Usage

# S3 method for grouped_df
status(x, ...)

Value

returns x invisibly

Arguments

x

data.frame

...

ignored

See Also

na dup unsorted informative ignore itemize enumerate sort.grouped_df

Other status: status()

Examples

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

Run the code above in your browser using DataLab