unsetReactiveByUid-character-method: Unset Reactive Object (character)

Description Usage Arguments Value Author(s) References See Also Examples

Description

See generic: unsetReactiveByUid

Usage

1
2
## S4 method for signature 'character'
unsetReactiveByUid(uid, ...)

Arguments

uid

Signature argument. Object containing UID information.

...

Further arguments to be passed to subsequent functions/methods.

id

character.

Value

logical. TRUE: successfully unset; FALSE: failed to unset.

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/Rappster/reactr

See Also

Generic: unsetReactiveByUid, unsetReactive

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 

setReactive(id = "x_1", value = 10)
unsetReactiveByUid(uid = computeObjectUid("x_1"))
isReactive("x_1")

## Clean up //
rmReactive("x_1")


## End(Not run)

rappster/reactr documentation built on May 26, 2019, 11:56 p.m.