powered by
A convenience function to call the Python function dir.
pyDir(objName = NULL)
an optional string specifying the name of the Python object.
Returns the list of names in the global scope, if no object name is provided, otherwise a list of valid attributes for the specified object.
The Python function dir is similar to the R function ls.
# NOT RUN { pyDir() pyDir("sys") # }
Run the code above in your browser using DataLab