Suppress web dependencies — suppressDependencies

v1.7.1|Source: R/html_dependency.R

Description

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(...)

Arguments

...

Names of the dependencies to suppress. For example, "jquery" or "bootstrap".

See also

htmlTemplate() for more information about using HTML templates.

htmlDependency()