Generates a list of informative properties of all members of an Object.

# S3 method for class 'Object'
ll(this, ...)

Arguments

...

Any arguments accepted by the underlying function ll().

Value

Returns a data.frame containing information about all the members.

Author

Henrik Bengtsson

See also

ll.default(). For more information see Object.

Examples