Other packages > Find by keyword >

DT  

A Wrapper of the JavaScript Library 'DataTables'
View on CRAN: Click here


Download and install DT package within the R console
Install from CRAN:
install.packages("DT")

Install from Github:
library("remotes")
install_github("cran/DT")

Install by package version:
library("remotes")
install_version("DT", "0.33")



Attach the package and use:
library("DT")
Maintained by
Joe Cheng
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-06-09
Latest Update: 2023-08-29
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'.
How to cite:
Joe Cheng (2015). DT: A Wrapper of the JavaScript Library 'DataTables'. R package version 0.33, https://cran.r-project.org/web/packages/DT. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.1 (2015-06-09 07:47), 0.2 (2016-08-09 11:41), 0.3 (2018-01-23 09:52), 0.4 (2018-01-30 23:54), 0.5 (2018-11-05 22:00), 0.6 (2019-05-09 06:40), 0.7 (2019-06-11 20:50), 0.8 (2019-08-07 07:20), 0.9 (2019-09-17 11:10), 0.10 (2019-11-12 19:10), 0.11 (2019-12-19 19:50), 0.12 (2020-02-05 15:30), 0.13 (2020-03-23 22:32), 0.14 (2020-06-24 07:30), 0.15 (2020-08-05 17:42), 0.16 (2020-10-14 01:40), 0.17 (2021-01-06 17:01), 0.18 (2021-04-14 17:10), 0.19 (2021-09-02 16:51), 0.20 (2021-11-15 18:00), 0.21 (2022-02-26 12:10), 0.22 (2022-03-28 16:20), 0.23 (2022-05-10 23:20), 0.24 (2022-08-10 00:10), 0.25 (2022-09-13 00:40), 0.26 (2022-10-19 02:17), 0.27 (2023-01-17 22:10), 0.28 (2023-05-18 13:22), 0.29 (2023-08-29 20:00), 0.30 (2023-10-05 15:10), 0.31 (2023-12-09 07:30), 0.32 (2024-02-19 17:50)
Other packages that cited DT R package
View DT citation profile
Other R packages that DT depends, imports, suggests or enhances
Complete documentation for DT
Functions, R codes and Examples using the DT R package
Some associated functions: DT-imports . coerceValue . dataTableAjax . dataTableOutput . datatable . doColumnSearch . editData . formatCurrency . proxy . replaceData . styleInterval . tableHeader . 
Some associated R codes: datatables.R . format.R . package.R . shiny.R . utils.R .  Full DT package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

epitrix  
Small Helpers and Tricks for Epidemics Analysis
A collection of small functions useful for epidemics analysis and infectious disease modelling. This ...
Download / Learn more Package Citations See dependency  
emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
Download / Learn more Package Citations See dependency  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA