watch: Watch a keyed data frame for automatic drift detection
Description
Marks a keyed data frame as "watched". Watched data frames are
automatically stamped before each dplyr verb, so check_drift() always
reports changes from the most recent transformation step.
Usage
watch(.data)
Value
Invisibly returns .data with watched attribute set and
a baseline snapshot committed.
Arguments
.data
A keyed data frame.
See Also
unwatch() to stop watching, stamp() for manual snapshots.