Last data update: 2014.03.03

R: Turns a data frame into an HTML file containing a sortable...
SortableHTMLTables-packageR Documentation

Turns a data frame into an HTML file containing a sortable table.

Description

SortableHTMLTables writes a data frame to an HTML file that contains a sortable table. The sorting is done using the jQuery plugin Tablesorter. The appearance is controlled through a CSS file and several GIF's.

Details

Package: SortableHTMLTables
Type: Package
Version: 0.1-1
Date: 2010-09-25
License: MIT
LazyLoad: yes

Examples

library('SortableHTMLTables')

df <- data.frame(X = rnorm(10), Y = runif(10), Z = rcauchy(10))

sortable.html.table(df, 'sample.html')

Results