status: Report status.

View source: R/wrangle.R

statusR 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))

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

Related to status in wrangle...