Skip to content
/ DT Public
forked from rstudio/DT

R Interface to the jQuery Plug-in DataTables

License

Notifications You must be signed in to change notification settings

mgirlich/DT

This branch is 1 commit ahead of, 322 commits behind rstudio/DT:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2018
Jan 24, 2018
Jan 19, 2018
Jan 3, 2018
Jan 5, 2018
Aug 9, 2016
Aug 9, 2016
Jan 3, 2018
Jan 23, 2018
Nov 10, 2016
Jun 5, 2015
Jan 18, 2018
Jan 23, 2018
Jan 3, 2018

Repository files navigation

An R interface to the DataTables library

Build Status Downloads from the RStudio CRAN mirror

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 https://rstudio.github.io/DT. Please use Github issues only if you want to file bug reports or feature requests, and you are expected to ask questions on StackOverflow with at least the tags r and dt.

About

R Interface to the jQuery Plug-in DataTables

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 56.2%
  • JavaScript 34.9%
  • CSS 8.9%