get_objects_in_package {envnames} | R Documentation |
Get the objects defined in a given package's namespace
get_objects_in_package(package_name)
package_name |
string containing the package name (e.g. "envnames") of interest. |
An array containing the objects defined in a package namespace, as obtained
by ls(asNamespace(package_name))
, or NULL if the package does not exist.