write.htmltable {arrayMagic} | R Documentation |
Write a data.frame
into an html table within a html page
write.htmltable(x, filename, title="", sortby=NULL, decreasing=TRUE, open="wt")
x |
data.frame . |
filename |
character. File name. |
title |
character. Title of html page. |
sortby |
character. Name of column by which to sort the table rows. |
decreasing |
logical. Should the sort order be increasing or decreasing? |
open |
character. This argument is passed on to file . |
The function is called for its side effect: writing a file.
Wolfgang Huber http://www.dkfz.de/mga/whuber