Learn R Programming

⚠️There's a newer version (0.34.0) of this package.Take me there.

DT (version 0.25)

A Wrapper of the JavaScript Library 'DataTables'

Description

Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.

Copy Link

Version

Install

install.packages('DT')

Monthly Downloads

377,757

Version

0.25

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Yihui Xie

Last Published

September 12th, 2022

Functions in DT (0.25)

editData

Edit a data object using the information from the editor in a DataTable
formatCurrency

Format table columns
dataTableAjax

Register a data object in a shiny session for DataTables
styleInterval

Conditional CSS styles
dataTableOutput

Helper functions for using DT in Shiny
tableHeader

Generate a table header or footer from column names
replaceData

Replace data in an existing table
datatable

Create an HTML table widget using the DataTables library
dataTableProxy

Manipulate an existing DataTables instance in a Shiny app
doColumnSearch

Server-side searching
DT-imports

Objects imported from other packages
coerceValue

Coerce a character string to the same type as a target value