reticulate (version 1.13)

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.