htmlDoc {biocViews} | R Documentation |
This generic function should return an XMLNode
instance
representing the specified object in HTML as a complete HTML document.
htmlDoc(object, ...)
object |
An object |
... |
Not currently used. |
An instance of XMLNode
from the XML
package.
Seth Falcon