ls.mode | R Documentation |
Provides a list of objects with a specified mode (functions by default).
ls.mode(pos = 1, mode = "function")
pos |
Position on the search list to look (default is 1). |
mode |
Type of object to report; default is function |
ls.mode() ls.mode(pos=2) ls.mode(mode='tsd') ls.mode(mode='tsd', pos=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.