The function pyFunction creates a new object of type pyFunction based on a given key.
The function pyFunction makes it easy to create interfaces to Python functions.
pyFunction(key)
key | a string specifying the name of a Python method/function. |
if ( pyIsConnected() ){
pySum <- pyFunction("sum")
pySum(1:3)
}