reobserve: Update observations

Description Usage Arguments Value See Also

View source: R/re.R

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

1
2
3
4
5
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 "failed", "passed", or both. The observations attribute of .data is filtered according to the value of status.

Value

.data is returned, with its observations attribute udpated.

See Also

observe_if, check_that, and ensure_that in this package.


observer documentation built on May 1, 2019, 8:04 p.m.