Getting started

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