The r-deckgl package makes the open-source JavaScript library deck.gl available within R via the htmlwidgets package.

Installation

You can install the latest version of r-deckgl from github with:

# install.packages("remotes")
remotes::install_github("crazycapivara/deckgl")

Let’s dive in!

Get Started quickly or dig into the API Reference.