Find an Object's Host Package and Version Information
Source:R/utilities.R
package_version_finder.RdLocate 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.
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()