lo: Summarize all objects in the workspace

Description Usage Arguments Value Note Author(s) References Examples

Description

The function summarizes all the objects in the workspace in a human readable format.

Usage

1
lo(pos = 1, pattern, order.by = 2, decreasing = TRUE, head = TRUE, n = 99)

Arguments

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: TRUE.

head

Whether to head the list. Default: TRUE.

n

Number of objects to be considered in head.

Value

A summary list will be printed on the screen.

Note

Normally no argument need to be specified.

Author(s)

Xia Shen

References

None

Examples

1
2
3
4
5
6
## Not run: 

lo()


## End(Not run)

xiashen/sysubiostat documentation built on Aug. 30, 2020, 12:05 a.m.