write.htmltable: Write a data frame into an html table within a html page

Description Usage Arguments Value Author(s)

Description

Write a 'data.frame' into an html table within a html page

Usage

1
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

Author(s)

Wolfgang Huber


ddCt documentation built on Nov. 8, 2020, 4:57 p.m.