.onAttach | R Documentation |
Runs when attached such as by library() or require()
.onAttach(libname, pkgname)
libname |
The name of the library where this add-on is located. |
pkgname |
The name of the package that is being attached. |
This function is an attachment point for the 'onAttach' event in R packages. It is called when this package is attached to the R session."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.