Learn R Programming

envnames (version 0.4.1)

get_objects_in_package: 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.