reobserve {observer} | R Documentation |
Update observations
Description
reobserve
(resp. recheck
, reensure
) re-reruns the
function observe_if
(resp. check_that
, ensure_that
) on
.data
with respect to the predicates contained in its
observations
attribute created at a previous occasion.
Usage
reobserve(.data, status = c("failed", "passed"))
recheck(.data, status = c("failed", "passed"))
reensure(.data, status = c("failed", "passed"))
Arguments
.data |
A tbl or data frame. |
status |
character. One of |
Value
.data
is returned, with its observations
attribute udpated.
See Also
observe_if
,
check_that
,
and ensure_that
in this package.
[Package observer version 0.1.2 Index]