The r-deckgl package makes the open-source JavaScript library deck.gl available within R via the htmlwidgets package.
install.packages("deckgl")
You can install the latest version of r-deckgl from github with:
# install.packages("remotes")
remotes::install_github("crazycapivara/deckgl")
Get Started quickly or dig into the API Reference.