Learn R Programming

rGroovy (version 1.3)

Initialize: 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

Run this code
# NOT RUN {
 
# }
# NOT RUN {
 Initialize ()
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab