View source: R/html_dependency.R
suppressDependencies | R Documentation |
This suppresses one or more web dependencies. It is meant to be used when a dependency (like a JavaScript or CSS file) is declared in raw HTML, in an HTML template.
suppressDependencies(...)
... |
Names of the dependencies to suppress. For example,
|
htmlTemplate()
for more information about using HTML
templates.
htmlDependency()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.