status {wrangle}R Documentation

Report status.

Description

Reports the status of an object.

Usage

status(x, ...)

Arguments

x

object of dispatch

...

other arguments

See Also

Other status: status.data.frame()

Examples

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

[Package wrangle version 0.6.4 Index]