pyType: Convenience function to call the Python function *type*

Description Usage Arguments Value Examples

View source: R/Basics.R

Description

Convenience function to call the Python function type.

Usage

1
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

1
2
pyExec("x = dict()")
pyType("x")

PythonInR documentation built on July 1, 2020, 6:05 p.m.