
Registers a Callback on Namespace load/unLoad Events
Source:R/register_namespace_callback.R
register_namespace_callback.RdRegister a function callback to be called after a namespace is loaded.
Calls callback once if the namespace has already been loaded before and
also adds an unload-hook that removes the load hook.