Skip to content

eodaGmbH/maplibre-gl-r

 
 

Repository files navigation

maplibregl

CRAN status R build status

The goal of maplibregl is to provide R bindings to maplibre-gl-js.

Installation

You can install the released version of maplibregl from CRAN with:

install.packages("maplibregl")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("crazycapivara/maplibre-gl-r")

Example

library(maplibregl)

map <- maplibregl(
  center = c(-73.9165, 40.7114),
  zoom = 10,
  pitch = 30
)

if (interactive()) map

About

An R Interface to maplibre-gl-js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 68.4%
  • JavaScript 26.2%
  • Shell 5.4%