Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
functionMap (version 1.0.0)
find_imports: Check if a list of function names were imported from a package
Description
Check if a list of function names were imported from a package
Usage
find_imports(path, functions)
Arguments
path
The folder containing the (uncompressed) R package.
functions
The functions to find, a character vector.
Value
A character vector, the names of the environments for the
functions
.