R/jython.method.call.R

Defines functions jython.method.call

Documented in jython.method.call

#########################################################
# CGB, 20100703
#########################################################

jython.method.call <- function( rJython, py.object, py.method, ... ){
    jython.call( rJython, paste( py.object, py.method, sep = "." ) )
}

Try the rJython package in your browser

Any scripts or data that you put into this service are public.

rJython documentation built on May 2, 2019, 4:55 p.m.