R.oo (version 1.0.3)

ll.Package: Generates a list of informative properties of all members of the package

Description

Generates a list of informative properties of all members of the package. If the package is not loaded, it will be loaded, the members will be retrieved and then the package will be unloaded again.

Usage

## S3 method for class 'Package}(this, envir=pos.to.env(getPosition(this)), ...)':
llundefined

...{Not used.}

Returns a data.frame.

Note the difference from the default definition of ll() as inherited from the Object class. Here ll() has been redefined to list the members of the package, i.e. the members in the environment on search path that belongs to the package, whereas the original usage was to list the members of the Object. However, since the internal members of Package object is not of interest we decided on this definition instead.
ll(R.oo) [object Object] For more information see Package.

Arguments