ls.objects | R Documentation |
ls
with added information on object Type, Size, Rows, and Columns
ls.objects(pos = 1, pattern, order.by)
pos |
position in the search list |
pattern |
an optional regular expression. Only names matching pattern are returned. |
order.by |
one of |
a data frame, with columns Type, Size, Rows, Columns. Object names are the row names.
Peter Pikal, from R-help 8-2-2016
ls.objects()
ls.objects(pattern="*lm")
ls.objects(order.by="Type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.