R.oo (version 1.0.3)

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

Description

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

Usage

## S3 method for class 'Object}(this, ...)':
llundefined

...{Any arguments accepted by the underlying function ll().}

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

obj <- Object()
  obj$x <- 1:100
  obj$y <- 100:1
  ll(obj)

  gives:

    member class    mode  typeof length  dim bytes
  1      x  NULL numeric integer    100 NULL   428
  2      y  NULL numeric integer    100 NULL   428

[object Object]

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

programming
methods

Arguments