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

View source: R/Basics.R

pyTypeR Documentation

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


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

Sage-Bionetworks/PythonEmbedInR documentation built on April 17, 2023, 4:23 p.m.