Description Usage Arguments Value Note Author(s) References Examples
The function summarizes all the objects in the workspace in a human readable format.
1  | 
pos | 
 See ?ls pos argument. Default = 1 for the used input objects.  | 
pattern | 
 See ?ls pattern argument. List objects with specified pattern.  | 
order.by | 
 Ordering by which column. 1: Class; 2 (Default): Size; 3: Row number; 4: Column number.  | 
decreasing | 
 Whether to list in decreasing order. Default:   | 
head | 
 Whether to head the list. Default:   | 
n | 
 Number of objects to be considered in   | 
A summary list will be printed on the screen.
Normally no argument need to be specified.
Xia Shen
None
1 2 3 4 5 6  | ## Not run: 
lo()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.