View source: R/get_box_module_exports.R
get_box_module_exports | 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.
getNamespaceExports()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.