getFromRegistry-character-missing-method: Get From Registry (character-missing)

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

Description

See generic: getFromRegistry

Usage

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

Arguments

id

character.

where

missing.

...

Further arguments to be passed to subsequent functions/methods.

Value

See method getFromRegistry-character-environment-method

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/Rappster/reactr

See Also

getFromRegistry, getFromRegistry-character-environment-method

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Not run: 

## Example object //
resetRegistry()
setReactive(id = "x_1", value = 10)
x_1

## Get from registry //
showRegistry()
obj <- getFromRegistry(id = "x_1")
obj$.id
obj$.uid
obj$.where

## Clean up //
obj$.remove()
try(x_1)
## --> removes itself from 'where' and from registry
showRegistry()


## End(Not run)

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