HTMLsortedTable: create sortable table

HTMLsortedTableR Documentation

create sortable table

Description

create sortable table using JavaScript components in JSCPATH directory

Usage

HTMLsortedTable(x, TITLE = "", HEADER = "", file = "tmp.html",

    JSCPATH = "jsc", path = paste(Sys.getenv("HOME"), "/public_html/",

        sep = ""), debug = 0)

Arguments

x

data frame or matrix with column names

TITLE

title for the HTML page

HEADER

header to display for the sorted table

file

file name of main page; '.html' extension will be added. The '_main' and '_menu' pages use this base as well.

JSCPATH

path that should contain the jsc components. If non existing, user will be prompted for installation.

path

directory to create the file in

debug

level of verbosity

Author(s)

"Markus Loecher, Berlin School of Economics and Law (BSEL)" <markus.loecher@gmail.com>


HTMLUtils documentation built on June 11, 2022, 5:06 p.m.