View source: R/register_namespace_callback.R
register_namespace_callback | R Documentation |
Register 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.
register_namespace_callback(pkgname, namespace, callback)
pkgname |
( |
namespace |
( |
callback |
( |
NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.