initializeRegistry: Initialize Registry (generic)

Description Usage Arguments Author(s) References See Also Examples

Description

Convenience function to initialize a registry environment below an option container.

Usage

1
initializeRegistry(id = ".registry", where, ...)

Arguments

id

Signature argument. Object containing ID information.

where

Signature argument. Object containing location information.

...

Further arguments to be passed to subsequent functions/methods.

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/Rappster/reactr

See Also

initializeRegistry-NULL-method, getRegistry

Examples

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

where <- new.env()
res <- initializeRegistry(where = where)
exists(".registry", where, inherits = FALSE)
res <- initializeRegistry(id = "test", where = where)
exists("test", where, inherits = FALSE)


## End(Not run)

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