parseGroovyFile: parseGroovyFile

Description Usage Arguments See Also Examples

Description

Parsing the groovy file

Usage

1
2
  parseGroovyFile(file = "/Users/ecor/Dropbox/hydropica/sourcesR/rjgrassGroovySmartBridge/inst/geoscript-groovy/geomorphological.analysis.groovy",
  prefix = "rvar_", io.type = c("input", "output"), ...)

Arguments

file

groovy file name

prefix

character sting indicationg the i/o variables in the groovy template script file

io.type

character sting indicationg the input-output options in the groovy template script file

...

further arguments

See Also

http://groovy.codehaus.org,http://groovy.codehaus.org/Tutorial+1+-+Getting+started(Groovy Tutorial)

Examples

1
2
3
4
 library(rjgrassGroovySmartBridge)

file <- system.file("geoscript-groovy/geomorphological.analysis.groovy",package="rjgrassGroovySmartBridge")
out <- parseGroovyFile(file=file)

ecor/rjgrassSmartGroovyBridge documentation built on May 15, 2019, 10:06 p.m.