get_box_module_exports {box.linters} | R Documentation |
Get a list of functions and data objects exported by a local box
module
Description
An implementation for box
modules to provide similar functionality as getNamespaceExports()
for libraries/packages.
Usage
get_box_module_exports(declaration, alias = "", caller = globalenv())
Arguments
declaration |
The mod or package call expression. See |
alias |
Mod or package-level alias as a character string. See |
caller |
The environment from which |
Value
A list of exported functions and data objects.
See Also
[Package box.linters version 0.10.5 Index]