R/pithon.method.call.R

Defines functions pithon.method.call

Documented in pithon.method.call

# Code from rPython 0.0-5, by Carlos J. Gil Bellosta
# Small modifications by Jori Liesenborgs

pithon.method.call <- function( py.object, py.method, ..., instance.name = "" ){
    instname = instance.name
    pithon.call( paste( py.object, py.method, sep = "." ), ..., instance.name=instname )
}

Try the rPithon package in your browser

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

rPithon documentation built on May 2, 2019, 5:51 p.m.