htmltable: function for making html table

Description Usage Arguments

Description

function for making html table

Usage

1
2
3
htmltable(x, file = "", standalone = TRUE, names = TRUE, head = "",
  foot = "", color = "", bgcolor = "", html = "", browse = file == "",
  width = rep("", dim(x)[2]), digits = 2)

Arguments

x

data.frame or matrix to be transformed

file

whether or not to write resulting HTML to file

standalone

should HTML head and foot be added to make HTML standalone

names

might be TRUE, FALSE or a character vector giving the names of the columns

head

should user defined HTML head be used (everything before the table)

foot

should user defined HTML foot be used (everything after the table)


petermeissner/idep documentation built on May 25, 2019, 1:53 a.m.