All Projects → rstudio → Dt

rstudio / Dt

Licence: other
R Interface to the jQuery Plug-in DataTables

Programming Languages

javascript
184084 projects - #8 most used programming language
r
7636 projects

Projects that are alternatives of or similar to Dt

Shinycssloaders
⌛ Add loading animations to a Shiny output while it's recalculating
Stars: ✭ 248 (-45.01%)
Mutual labels:  shiny, r-package
rAmCharts4
An R interface to amCharts 4
Stars: ✭ 26 (-94.24%)
Mutual labels:  shiny, htmlwidgets
RagGrid
R interface to ag-grid.
Stars: ✭ 31 (-93.13%)
Mutual labels:  shiny, htmlwidgets
Reactable
Interactive data tables for R
Stars: ✭ 345 (-23.5%)
Mutual labels:  shiny, htmlwidgets
GAlogger
Log R Events and R Usage to Google Analytics
Stars: ✭ 23 (-94.9%)
Mutual labels:  shiny, r-package
Explor
Interfaces for Multivariate Analysis in R
Stars: ✭ 157 (-65.19%)
Mutual labels:  shiny, htmlwidgets
lineup htmlwidget
HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
Stars: ✭ 51 (-88.69%)
Mutual labels:  shiny, htmlwidgets
Collapsibletree
Create Interactive Collapsible Tree Diagrams in R using D3.js
Stars: ✭ 126 (-72.06%)
Mutual labels:  shiny, htmlwidgets
VOSONDash
R Shiny application for interactive analysis of networks created by vosonSML.
Stars: ✭ 44 (-90.24%)
Mutual labels:  shiny, r-package
vueR
vue.js for R
Stars: ✭ 131 (-70.95%)
Mutual labels:  shiny, htmlwidgets
Shinyalert
🗯️ Easily create pretty popup messages (modals) in Shiny
Stars: ✭ 148 (-67.18%)
Mutual labels:  shiny, r-package
rfrappe
htmlwidget for frappe charts js library
Stars: ✭ 24 (-94.68%)
Mutual labels:  shiny, htmlwidgets
Colourpicker
🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
Stars: ✭ 144 (-68.07%)
Mutual labels:  shiny, r-package
Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+364.75%)
Mutual labels:  shiny, r-package
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (-70.07%)
Mutual labels:  shiny, htmlwidgets
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-96.45%)
Mutual labels:  shiny, htmlwidgets
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+29.27%)
Mutual labels:  shiny, htmlwidgets
Manipulatewidget
Add More Interactivity to htmlwidgets
Stars: ✭ 110 (-75.61%)
Mutual labels:  shiny, htmlwidgets
jsTreeR
A wrapper of the jQuery plugin `jsTree`.
Stars: ✭ 36 (-92.02%)
Mutual labels:  shiny, htmlwidgets
d3Tree
htmlwidget that binds d3js collapsible trees to R and Shiny to make an interactive search tool
Stars: ✭ 79 (-82.48%)
Mutual labels:  shiny, htmlwidgets

An R interface to the DataTables library

R-CMD-check Coverage status Downloads from the RStudio CRAN mirror

This package provides a function datatable() to display R data via the DataTables library (N.B. not to be confused with the data.table package).

Installation

You may install the stable version from CRAN, or the development version using remotes:

# install from CRAN
install.packages('DT')

# or the development version if necessary
remotes::install_github('rstudio/DT')

# then try DT::datatable(iris) as a hello world example

See the full documentation at https://rstudio.github.io/DT/. Please use Github issues only if you want to file bug reports or feature requests, and you are expected to ask questions on StackOverflow with at least the tags r and dt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].