Learn R Programming

PythonInR (version 0.1-12)

pyType: Convenience function to call the Python function type

Description

Convenience function to call the Python function type.

Usage

pyType(objName)

Arguments

objName

a string specifying the name of the Python object.

Value

The type of the specified object as character on success, NULL otherwise.

Examples

Run this code
# NOT RUN {
pyExec("x = dict()")
pyType("x")
# }

Run the code above in your browser using DataLab