# NOT RUN {
# }
# NOT RUN {
variables <- list ()
variables["name"] = "Tom"
variables["day"] = "Wednesday"
groovyScript <- "return \"Hello ${name}, how are you doing? Today is ${day}.\""
result <- Execute (groovyScript=groovyScript, variables=variables)
result
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab