pyFunction ========== 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. Usage ----- .. code-block:: R pyFunction(key) Arguments --------- .. raw:: html
key   a string specifying the name of a Python method/function.
Examples -------- .. code-block:: R if ( pyIsConnected() ){ pySum <- pyFunction("sum") pySum(1:3) }