pyDir ===== A convenience function to call the Python function *dir*. The Python function dir is similar to the R function ls. Usage ----- .. code-block:: R pyDir(objName = NULL) Arguments --------- .. raw:: html
objName   an optional string specifying the name of the Python object.
Examples -------- .. code-block:: R pyDir() pyDir("sys")