py_call {reticulate} | R Documentation |
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.
[Package reticulate version 1.20 Index]