RagGrid

A Wrapper of the 'JavaScript' Library 'agGrid'


Keywords
ag-grid, htmlwidgets, javascript, r, r-package, shiny
License
MIT

Documentation

R ag-Grid

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

We're still actively developing and hopefully it'll be available in CRAN soon.

But feel free to install from github. You may install the development version using devtools:

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

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

Tutorial

  1. Grid Options
  2. Table Formatting Options
  3. Integration with Shiny
  4. Cross Talk Demo
  5. Theme

Licensing

RagGrid has a dependency on ag-grid v17.1.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.