SortableHTMLTables-package: Turns a data frame into an HTML file containing a sortable...

Description Details Examples

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

1
2
3
4
5
library('SortableHTMLTables')

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

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

Example output

Loading required package: testthat
Loading required package: brew

SortableHTMLTables documentation built on May 2, 2019, 2:30 p.m.