Skip to content
/ DT Public
forked from rstudio/DT

R Interface to the jQuery Plug-in DataTables

Notifications You must be signed in to change notification settings

hafen/DT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This package is not on CRAN yet, and you can install it with devtools:

if (!requireNamespace('htmlwidgets') || packageVersion('htmlwidgets') <= '0.3.2')
  devtools::install_github('ramnathv/htmlwidgets')
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.

About

R Interface to the jQuery Plug-in DataTables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 53.6%
  • CSS 29.9%
  • JavaScript 16.5%