Description Usage Arguments Details
Gets or sets the HTML dependencies associated with an object (such as a tag).
1 2 3 4 5 | htmlDependencies(x)
htmlDependencies(x) <- value
attachDependencies(x, value, append = FALSE)
|
x |
An object which has (or should have) HTML dependencies. |
value |
An HTML dependency, or a list of HTML dependencies. |
append |
If FALSE (the default), replace any existing dependencies. If TRUE, add the new dependencies to the existing ones. |
attachDependencies
provides an alternate syntax for setting
dependencies. It is similar to local({htmlDependencies(x) <- value;
x})
, except that if there are any existing dependencies,
attachDependencies
will add to them, instead of replacing them.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.