powered by
Convenience function to call the Python function type.
pyType(objName)
a string specifying the name of the Python object.
The type of the specified object as character on success, NULL otherwise.
# NOT RUN { pyExec("x = dict()") pyType("x") # }
Run the code above in your browser using DataLab