get_box_module_exports {box.linters} | R Documentation |
box
moduleAn implementation for box
modules to provide similar functionality as getNamespaceExports()
for libraries/packages.
get_box_module_exports(declaration, alias = "", caller = globalenv())
declaration |
The mod or package call expression. See |
alias |
Mod or package-level alias as a character string. See |
caller |
The environment from which |
A list of exported functions and data objects.