- Notifications
You must be signed in to change notification settings - Fork182
R Interface to the jQuery Plug-in DataTables
License
rstudio/DT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This package provides a functiondatatable()
to display R data via theDataTables library (N.B. not to be confused with thedata.table package).
You may install the stable version from CRAN, or the development version usingremotes:
# install from CRANinstall.packages('DT')# or the development version if necessary# install.packages("pak")pak::pak('rstudio/DT')# then try DT::datatable(iris) as a hello world example
See the full documentation athttps://rstudio.github.io/DT/. Please useGithub issues only if you want to file bug reports or feature requests, and you are expected to ask questions onStackOverflow with at least the tagsr
anddt
.
Please note that due to limited resources, this package is currently in the maintenance-only mode. The only priority is to fix important bugs. We welcome you to submit pull requests to implement new features or fix bugs, but cannot guarantee these pull requests will be reviewed or merged (we will try our best). Thanks for your understanding! BTW, you may also considerother packages for making tables, althoughDT has a few unique features that are unlikely to be available in other packages.
About
R Interface to the jQuery Plug-in DataTables