| htmlDependencies {htmltools} | R Documentation |
Gets or sets the HTML dependencies associated with an object (such as a tag).
htmlDependencies(x) htmlDependencies(x) <- value attachDependencies(x, value)
x |
An object which has (or should have) HTML dependencies. |
value |
An HTML dependency, or a list of HTML dependencies. |
attachDependencies provides an alternate syntax for setting
dependencies and is essentially equivalent to
local({htmlDependencies(x) <- value; x}).