Learn R Programming

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

DT (version 0.30)

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

349,777

Version

0.30

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Yihui Xie

Last Published

October 5th, 2023

Functions in DT (0.30)

dataTableAjax

Register a data object in a shiny session for DataTables
replaceData

Replace data in an existing table
DT-imports

Objects imported from other packages
dataTableOutput

Helper functions for using DT in Shiny
dataTableProxy

Manipulate an existing DataTables instance in a Shiny app
editData

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

Server-side searching
tableHeader

Generate a table header or footer from column names
formatCurrency

Format table columns
styleInterval

Conditional CSS styles
coerceValue

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

Create an HTML table widget using the DataTables library