htmlDependency(name, version, src, meta = NULL, script = NULL,
stylesheet = NULL, head = NULL, attachment = NULL)path parameter).path parameter).attachDependencies.src character vector: file for filesystem directory,
href for URL. For example, a dependency that was both on disk and
at a URL might use src = c(file=filepath, href=url). attachment can be used to make the indicated files available to the
JavaScript on the page via URL. For each element of attachment, an
element is inserted, where DEPNAME is name. The value of
ATTACHINDEX depends on whether attachment is named or not; if
so, then it's the name of the element, and if not, it's the 1-based index
of the element. JavaScript can retrieve the URL using something like
document.getElementById(depname + "-" + index + "-attachment").href.
Note that depending on the rendering context, the runtime value of the
href may be an absolute, relative, or data URI.
attachDependencies to associate a list of
dependencies with the HTML it belongs with.