ajholguin / DT

R Interface to the jQuery Plug-in DataTables

Home Page:http://rstudio.github.io/DT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An R interface to the DataTables library

Build Status

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.

About

R Interface to the jQuery Plug-in DataTables

http://rstudio.github.io/DT

License:Other


Languages

Language:R 56.5%Language:JavaScript 34.0%Language:CSS 9.5%