package_version_finder: Find an Object's Host Package and Version Information

package_version_finderR Documentation

Find an Object's Host Package and Version Information

Description

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

Other utilities: file_ext(), foy(), ifnull(), messages, named_null_list(), round_na.interp(), update_list()

Examples

   package_version_finder( )


weecology/portalPredictionsModels documentation built on Jan. 31, 2024, 12:03 p.m.