register_knitr | R Documentation |
Register the js4shiny knitr JavaScript engine or the output hooks. Generally,
you will not need to use these. Instead, see html_document_js()
or
html_setup()
for methods that cover most use-cases.
register_knitr_output_hooks(set = TRUE, chunk_hook = NULL)
register_knitr_js_engine(set = TRUE)
set |
If |
chunk_hook |
Chunk hook to be applied after the js4shiny chunk hook
is applied to the chunk output. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.