Description Usage Arguments Note
Registering an extension package will result in the package being
automatically scanned for spark dependencies when a connection
to Spark is initiated (e.g. via start_shell
).
Enumerate all registered extension packages
1 2 3 | register_extension(package)
registered_extensions()
|
package |
Name of package to register |
Extensions are typically registered when packages are
loaded onto the search path (i.e. in the .onLoad
function).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.