registerThemeDependency | R Documentation |
This function registers a function that returns an
htmltools::htmlDependency()
or list of such objects. If
session$setCurrentTheme()
is called, the function will be re-executed, and
the resulting html dependency will be sent to the client.
registerThemeDependency(func)
func |
A function that takes one argument, |
Note that func
should not be an anonymous function, or a function which
is defined within the calling function. This is so that,
registerThemeDependency()
is called multiple times with the function, it
tries to deduplicate them
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.