Learn R Programming

lsr (version 1.0.0)

print.whoList: Print workspace summary

Description

Prints a workspace summary in a readable format. This function is called automatically whenever a result from who is displayed.

Usage

# S3 method for whoList
print(x, ...)

Value

Invisibly returns x unchanged.

Arguments

x

A workspace summary, as returned by who.

...

Additional arguments (unused, included for compatibility).