RagGrid v0.2.0
Monthly downloads
A Wrapper of the 'JavaScript' Library 'agGrid'
Data objects in 'R' can be rendered as 'HTML' tables using the
'JavaScript' library 'ag-grid' (typically via 'R Markdown' or 'Shiny'). The
'ag-grid' library has been included in this 'R' package. The package name
'RagGrid' is an abbreviation of 'R agGrid'.
Readme
R ag-Grid

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 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.
Functions in RagGrid
| Name | Description | |
| getDeps | Get dependencies | |
| formatColumns | Format table columns | |
| depPath | Dependency Path | |
| RagGrid-shiny | Shiny bindings for RagGrid | |
| aggrid | Create a HTML widget using the ag-grid library | |
| No Results! | ||
Last month downloads
Details
| Type | Package |
| URL | https://github.com/no-types/RagGrid/ |
| BugReports | https://github.com/no-types/RagGrid/issues |
| License | MIT + file LICENSE |
| RoxygenNote | 6.0.1 |
| NeedsCompilation | no |
| Packaged | 2018-08-12 09:12:49 UTC; srikkanth |
| Repository | CRAN |
| Date/Publication | 2018-08-12 09:30:03 UTC |
| imports | crosstalk , htmltools (>= 0.3.6) , htmlwidgets (>= 1.0) , knitr |
| suggests | jsonlite (>= 0.9.16) , rmarkdown , shiny (>= 0.12.1) |
| Contributors | Praveen N |
Include our badge in your README
[](http://www.rdocumentation.org/packages/RagGrid)