Description Usage Arguments Details Value Examples
A convenience function to call the Python function dir.
1 |
objName |
an optional string specifying the name of the Python object. |
The Python function dir is similar to the R function ls.
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.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.