Skip to contents

Locate basic package information of an R object. If nothing is input, it operates on itself.
If the object is sourced through multiple packages, each package and its version are included.

Usage

package_version_finder(what)

Arguments

what

An R object.

Value

list of the object, its class, the packages it is sourced from / through, and the versions of those packages.

See also

Examples

   package_version_finder( )