initializeOptionContainer-missing-method: Initialize Option Container (missing)

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

Description

See generic: initializeOptionContainer

Usage

1
2
## S4 method for signature 'missing'
initializeOptionContainer(id, overwrite = FALSE, ...)

Arguments

id

missing.

overwrite

logical. TRUE: overwrite existing container; FALSE: create only if no container exists yet.

...

Further arguments to be passed to subsequent functions/methods.

Value

See method initializeOptionContainer-NULL-method.

Author(s)

Janko Thyson janko.thyson@rappster.de

References

http://github.com/Rappster/reactr

See Also

initializeOptionContainer-NULL-method, getRegistry

Examples

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

options("reactr" = NULL)
getOption("reactr")
container <- initializeOptionContainer("reactr")
identical(getOption("reactr")$options, container$options)
identical(getOption("reactr")$.registry, container$.registry)  


## End(Not run)

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