writeHtmlDoc {biocViews} | R Documentation |
Given a DOM tree from the XML package and a filename, write the DOM to disk creating an HTML file.
writeHtmlDoc(html, file)
html |
A DOM object from the XML package |
file |
A string giving the filename |
S. Falcon