Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 595 Bytes

index.md

File metadata and controls

24 lines (16 loc) · 595 Bytes

r-deckgl: An R Interface to deck.gl

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

Installation

install.packages("deckgl")

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.