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

Description Usage Arguments Value

View source: R/namespaces.R

Description

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

Usage

1
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.


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.