When used inside the validation_expr
of a validated_reactive_val()
, this
function acts as a pronoun to access the current value (before validation) of
that validated_reactive_val
. This allows the validation expression to
reconcile the object's current state with its reactive dependencies.
Usage
.vrv(env = rlang::caller_env())
Arguments
- env
(
environment
) The environment in which to find the.vrv
pronoun. This should generally not be changed from the default ofrlang::caller_env()
.
Value
The current value of the validated_reactive_val()
.