HTMLsortedTable {HTMLUtils} | R Documentation |
create sortable table using JavaScript components in JSCPATH
directory
HTMLsortedTable(x, TITLE = "", HEADER = "", file = "tmp.html", path = paste(Sys.getenv("HOME"), "/public_html/", sep = ""), JSCPATH = "jsc", debug = 0)
x |
data frame or matrix with column names |
TITLE |
|
HEADER |
|
file |
|
path |
|
JSCPATH |
|
debug |
Markus Loecher, Sense Networks <markus@sensenetworks.com>