ls.objects {jwutil} | R Documentation |
Get type, size (bytes) and dimensions of objects
ls.objects(env = parent.frame(), pattern, order.by, decreasing = FALSE, head = FALSE, n = 5)
env |
Environment to search, default is the parent frame |
pattern |
regex pattern to match objects of interest |
order.by |
which column to order by |
decreasing |
default is |
head |
default is |
n |
number to show if limiting to |