read_namespace: Read NAMESPACE as a List

View source: R/pkg.R

read_namespaceR Documentation

Read NAMESPACE as a List

Description

Read the NAMESPACE file as a list split by whether it is tagged as an export, import, or an importFrom. The export and imports are returned as a list of package names while the importFrom is a dataframe of the package name and the function from the package.

Usage

read_namespace(path = getwd())

See Also

Other R Package functions: read_description()

Examples

read_namespace()

meerapatelmd/suzyBakeOven documentation built on March 30, 2022, 1:44 p.m.