write.htmltable: Write a data frame into an html table within a html page
Description
Write a 'data.frame' into an html table within a html page
Usage
write.htmltable(x, file, title = "", sortby = NULL, decreasing = TRUE, open = "wt")
Arguments
file
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 onto 'file'
Value
The funciton is called for its side effect: writing a file