Exhibit objects from an internal module namespace as an environment
exhibit_module_namespace
exports a namespace for a module.
exhibit_package_namespace
exports a namespace for a package.
exhibit_namespace(objects, name, path, doc, parent)exhibit_module_namespace(namespace, name, parent, export_list)
exhibit_package_namespace(namespace, name, parent, export_list)
named list of objects
the name of the resulting environment
the fully resolved path to the corresponding module or package
the module documentation
the parent environment of the resulting environment
the namespace to export object from
the list of objects to export; if NULL
, export
everything
Returns the resulting environment.