The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
R interface to ag-grid.
This package provides a function aggrid()
to display R
data via the ag-grid library.
You may install from CRAN or the development version from github using devtools:
# install from CRAN
install.packages("RagGrid")
# the development version
::install_github('no-types/RagGrid')
devtools
# then try RagGrid::aggrid(iris) as a hello world example
Please check out the full documentation at (http://raggrid.netlify.com/)
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.