⚠️There's a newer version (0.33) of this package. Take me there.

An R interface to the DataTables library

This package provides a function datatable() to display R data via the DataTables library (N.B. not to be confused with the data.table package).

Installation

You may install the stable version from CRAN, or the development version using devtools:

# install from CRAN
install.packages('DT', repos = 'http://cran.rstudio.com')

# or the development version if necessary
devtools::install_github('rstudio/DT')

# then try DT::datatable(iris) as a hello world example

See the full documentation at http://rstudio.github.io/DT.

Copy Link

Version

Down Chevron

Install

install.packages('DT')

Monthly Downloads

214,588

Version

0.1

License

GPL-3 | file LICENSE

Maintainer

Last Published

June 9th, 2015

Functions in DT (0.1)