Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/DTPublic

R Interface to the jQuery Plug-in DataTables

License

NotificationsYou must be signed in to change notification settings

rstudio/DT

Repository files navigation

R-CMD-checkCodecov test coverageDownloads from the RStudio CRAN mirror

This package provides a functiondatatable() to display R data via theDataTables library (N.B. not to be confused with thedata.table package).

Installation

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.


[8]ページ先頭

©2009-2025 Movatter.jp