All Projects → no-types → RagGrid

no-types / RagGrid

Licence: MIT license
R interface to ag-grid.

Programming Languages

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

Projects that are alternatives of or similar to RagGrid

jsTreeR
A wrapper of the jQuery plugin `jsTree`.
Stars: ✭ 36 (+16.13%)
Mutual labels:  shiny, htmlwidgets
Rhandsontable
A htmlwidgets implementation of Handsontable.js
Stars: ✭ 320 (+932.26%)
Mutual labels:  shiny, htmlwidgets
vueR
vue.js for R
Stars: ✭ 131 (+322.58%)
Mutual labels:  shiny, htmlwidgets
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-48.39%)
Mutual labels:  shiny, htmlwidgets
Manipulatewidget
Add More Interactivity to htmlwidgets
Stars: ✭ 110 (+254.84%)
Mutual labels:  shiny, htmlwidgets
rAmCharts4
An R interface to amCharts 4
Stars: ✭ 26 (-16.13%)
Mutual labels:  shiny, htmlwidgets
rfrappe
htmlwidget for frappe charts js library
Stars: ✭ 24 (-22.58%)
Mutual labels:  shiny, htmlwidgets
lineup htmlwidget
HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
Stars: ✭ 51 (+64.52%)
Mutual labels:  shiny, htmlwidgets
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+1780.65%)
Mutual labels:  shiny, htmlwidgets
Dt
R Interface to the jQuery Plug-in DataTables
Stars: ✭ 451 (+1354.84%)
Mutual labels:  shiny, htmlwidgets
d3Tree
htmlwidget that binds d3js collapsible trees to R and Shiny to make an interactive search tool
Stars: ✭ 79 (+154.84%)
Mutual labels:  shiny, htmlwidgets
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (+335.48%)
Mutual labels:  shiny, htmlwidgets
Reactable
Interactive data tables for R
Stars: ✭ 345 (+1012.9%)
Mutual labels:  shiny, htmlwidgets
Collapsibletree
Create Interactive Collapsible Tree Diagrams in R using D3.js
Stars: ✭ 126 (+306.45%)
Mutual labels:  shiny, htmlwidgets
Explor
Interfaces for Multivariate Analysis in R
Stars: ✭ 157 (+406.45%)
Mutual labels:  shiny, htmlwidgets
Isee
R/shiny interface for interactive visualization of data in SummarizedExperiment objects
Stars: ✭ 155 (+400%)
Mutual labels:  shiny
Shinystudio
A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
Stars: ✭ 204 (+558.06%)
Mutual labels:  shiny
Googleauthr
Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
Stars: ✭ 150 (+383.87%)
Mutual labels:  shiny
Shinyalert
🗯️ Easily create pretty popup messages (modals) in Shiny
Stars: ✭ 148 (+377.42%)
Mutual labels:  shiny
Shinyjqui
jQuery UI Interactions and Effects for Shiny
Stars: ✭ 225 (+625.81%)
Mutual labels:  shiny

R ag-Grid

CRAN_Status_Badge Rdoc Downloads from the RStudio CRAN mirror per M=month Downloads from the RStudio CRAN mirror grant total Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub issues GitHub closed issues

R interface to ag-grid.

This package provides a function aggrid() to display R data via the ag-grid library.

Installation

You may install from CRAN or the development version from github using devtools:

# install from CRAN
install.packages("RagGrid")

# the development version
devtools::install_github('no-types/RagGrid')

# then try RagGrid::aggrid(iris) as a hello world example

Documentation

Please check out the full documentation at (http://raggrid.netlify.com/)

Licensing

RagGrid has a dependency on ag-grid v18.0.1 which provides community and enterprise options. We've bundled both the versions in this package. Please review the licensing options and terms before you use this software. (https://www.ag-grid.com/license-pricing.php)

Thanks to DT for providing a lot of samples which we've used here in the documentation.

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].