Learn R Programming

ddCt (version 1.28.0)

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

x
'data.frame'
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