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.
Initialize(binding = NULL)
binding |
An instance of groovy.lang.Binding. |
## Not run:
Initialize ()
## End(Not run)