R/python.method.call.R

#########################################################
# CGB, 20100718
#########################################################

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

Try the rPython package in your browser

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

rPython documentation built on May 2, 2019, 3:25 a.m.