writeHtmlDoc {biocViews}R Documentation

Write an XML DOM containing HTML to a file

Description

Given a DOM tree from the XML package and a filename, write the DOM to disk creating an HTML file.

Usage

writeHtmlDoc(html, file)

Arguments

html A DOM object from the XML package
file A string giving the filename

Author(s)

S. Falcon


[Package biocViews version 1.10.6 Index]