Rdocumentation
powered by
Learn R Programming
reticulate (version 0.7)
py_call: Call a Python callable object
Description
Call a Python callable object
Usage
py_call(x, ...)
Arguments
...
Arguments to function (named and/or unnamed)
Value
Return value of call as a Python object.