showPullRefs-character-missing-method: Show Pull References (missing)

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

Description

See generic: showPullRefs

Usage

1
2
## S4 method for signature 'character,missing'
showPullRefs(id, where = parent.frame(), ...)

Arguments

id

character.

where

missing.

...

Further arguments to be passed to subsequent functions/methods.

Value

See method showPullRefs-character-environment-method.

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/Rappster/reactr

See Also

showPullRefs-environment-method

Examples

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

setReactive(id = "x_1", value = 10)
setReactive(id = "x_2", value = function() "object-ref: {id: x_1}")

showPullRefs(id = "x_1")
showPullRefs(id = "x_2")

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


## End(Not run)

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