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

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

Description

See generic: initializeRegistry

Usage

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

Arguments

id

missing.

where

environment.

...

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.