get_objects_in_package {envnames}R Documentation

Get the objects defined in a given package's namespace

Description

Get the objects defined in a given package's namespace

Usage

get_objects_in_package(package_name)

Arguments

package_name

string containing the package name (e.g. "envnames") of interest.

Value

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.


[Package envnames version 0.4.0 Index]