initializeRegistry-missing-missing-method: Initialize Registry (missing-missing)

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

Description

See generic: initializeRegistry

Usage

1
2
## S4 method for signature 'missing,missing'
initializeRegistry(id = ".registry", where, ...)

Arguments

id

missing.

where

missing.

...

Further arguments to be passed to subsequent functions/methods.

Value

See method initializeRegistry-NULL-method.

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.