Render an html_document object
This function renders html_document
objects, and returns a string with
the final HTML content. It calls the renderTags
function to
convert any shiny.tag objects to HTML. It also finds any any web dependencies
(created by htmlDependency
) that are attached to the tags, and
inserts those. To do the insertion, this function finds the string
"<!-- HEAD_CONTENT -->"
in the document, and replaces it with the web
dependencies.
renderDocument(x, deps = NULL, processDep = identity)
x |
An object of class |
deps |
Any extra web dependencies to add to the html document. This can
be an object created by |
processDep |
A function that takes a "raw" html_dependency object and
does further processing on it. For example, when |
An HTML
string, with UTF-8 encoding.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.