pyType ====== Convenience function to call the Python function *type*. Usage ----- .. code-block:: R pyType(objName) Arguments --------- .. raw:: html
objName   a string specifying the name of the Python object.
Examples -------- .. code-block:: R pyExec("x = dict()") pyType("x")