R/python.method.call.R

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

python.method.call <- function( py.object, py.method, ... ){
    python.call(paste(py.object, py.method, sep = "."), ... )
}
cjgb/rPython-win documentation built on May 13, 2019, 7:32 p.m.