as.tags) into HTML. (Generally intended to be called from web
framework libraries, not directly by most users--see
print.html(browse=TRUE) for higher level rendering.)
renderTags(x, singletons = character(0), indent = 0)
doRenderTags(x, indent = 0)FALSE if no indentation should
be used.renderTags returns a list with the following variables:
headHTML string that should be included in
.
singletonsdependencieshtmlDependency objects.
htmlHTML string that represents the main
HTML that was rendered.
doRenderTags returns a simple HTML string.
doRenderTags is intended for very low-level use; it ignores
singleton, head, and dependency handling, and simply renders the given tag
objects as HTML.