ls.objects | R Documentation |
List objects in an environment
ls.objects(pos = 1, pattern, order.by, decreasing = FALSE, head = FALSE, n = 5)
pos |
position on the search list for the environment to be listed |
pattern |
an optional regular expression; only names matching 'pattern' are listed |
order.by |
optional name of column by which to order output |
decreasing |
if TRUE, order by decreasing value of sort column |
head |
if FALSE, return all rows. If true, return 'n' rows |
n |
the number of rows to return if 'head' is true |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.