R.oo (version 1.20.0)

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

"ll"(this, envir=pos.to.env(getPosition(this)), ...)

Arguments

...
Not used.

Value

Returns a data.frame.

Details

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.

See Also

For more information see Package.

Examples

Run this code
  ## Not run: ll(R.oo)

Run the code above in your browser using DataCamp Workspace