ls.rlab | R Documentation |
List the objects in Rlab. By default the Rlab datasets are listed, however "functions" or "all" can be specified to list only the Rlab functions or everything in Rlab.
ls.rlab(what="data") ls.summary.rlab(what="data")
what |
character string specifying which Rlab object to list, which may be one of
"data" or "d" (default) : lists datasets
"functions" or "f" : lists functions
"all" or "a" : lists everything
"ex" or "e" : lists the files which can be viewed with the |
The ls.summary.rlab
function will list various object attributes, such as class and size.
ls, search
# list all Rlab datasets and their sizes ls.summary.rlab() # list all Rlab functions ls.rlab("functions")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.