Learn R Programming

⚠️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')

# 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. Please use Github issues if you want to file bug reports or feature requests, and you may use StackOverflow or the shiny-discuss mailing list to ask questions.

Copy Link

Version

Install

install.packages('DT')

Monthly Downloads

471,627

Version

0.2

License

GPL-3 | file LICENSE

Maintainer

Last Published

August 9th, 2016

Functions in DT (0.2)

dataTableOutput

Helper functions for using DT in Shiny
replaceData

Replace data in an existing table
styleInterval

Conditional CSS styles
tableHeader

Generate a table header or footer from column names
datatable

Create an HTML table widget using the DataTables library
dataTableAjax

Register a data object in a shiny session for DataTables
dataTableProxy

Manipulate an existing DataTables instance in a Shiny app
formatCurrency

Format table columns
DT-imports

Objects imported from other packages