functionMap (version 1.0.0)

get_exports: Get exported functions from a package, from `NAMESPACE`

Description

The result includes S3 methods, in the usual `generic.method` notation.

Usage

get_exports(path, funcs)

Arguments

path
Path a package root.
funcs
Character vector of function names, parsed from the source files. This is needed in case there is an export pattern in the `NAMESPACE` file

Value

Character vector of exported functions.