Table Of Contents

Previous topic

pyDict

Next topic

pyExecfile

This Page

pyDir

A convenience function to call the Python function dir.

The Python function dir is similar to the R function ls.

Usage

pyDir(objName = NULL)

Arguments

objName   an optional string specifying the name of the Python object.

Examples

pyDir()
pyDir("sys")