Initialize {rGroovy} | R Documentation |
Function sets the global instance of GroovyShell that will be used by the Evaluate function whenever it is called with a NULL GroovyShell parameter.
Description
Function sets the global instance of GroovyShell that will be used by the Evaluate function whenever it is called with a NULL GroovyShell parameter.
Usage
Initialize(binding = NULL)
Arguments
binding |
An instance of groovy.lang.Binding. |
Examples
## Not run:
Initialize ()
## End(Not run)
[Package rGroovy version 1.3 Index]