powered by
Reports status with respect to grouping variables.
# S3 method for data.frame status(x, ...)
returns x invisibly (as originally grouped)
data.frame
optional grouping columns (named arguments are ignored)
na dup unsorted informative ignore itemize enumerate sort.grouped_df
na
dup
unsorted
informative
ignore
itemize
enumerate
sort.grouped_df
Other status: status()
status()
library(dplyr) status(Theoph) status(Theoph, Subject) status(group_by(Theoph, Subject, Time))
Run the code above in your browser using DataLab