register_on_load | R Documentation |
Helper Function for Registering Functionality With Suggests Packages
register_on_load(
pkg,
ver = c(NA_character_, NA_character_),
callback,
message = NULL
)
pkg |
( |
ver |
( |
callback |
( |
message |
( |
A logical (invisibly) indicating whether registration was successful. If not, a onLoad hook was set for the next time the package is loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.