Get type, size (bytes) and dimensions of objects
ls.objects(env = parent.frame(), pattern, order.by, decreasing = FALSE,
head = FALSE, n = 5)
Environment to search, default is the parent frame
regex pattern to match objects of interest
which column to order by
default is TRUE
default is FALSE
but if true, just show top n
number to show if limiting to head