status.data.frame {wrangle} | R 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))
[Package wrangle version 0.6.4 Index]