HTMLsortedTable {HTMLUtils}R Documentation

create sortable table

Description

create sortable table using JavaScript components in JSCPATH directory

Usage

HTMLsortedTable(x, TITLE = "", HEADER = "", file = "tmp.html", path = paste(Sys.getenv("HOME"), "/public_html/", sep = ""), JSCPATH = "jsc", debug = 0)

Arguments

x data frame or matrix with column names
TITLE
HEADER
file
path
JSCPATH
debug

Author(s)

Markus Loecher, Sense Networks <markus@sensenetworks.com>


[Package HTMLUtils version 0.1.3 Index]