Skip to content

karthik/mapboxer

Repository files navigation

maboxer

Mapbox from R. This an early effort to build a basic application that supports the full suite of mapbox features including premium tiles. This would allow R users to pipe data.frames containing spatial data directly into interactive maps.

Installation

devtools::install_github("karthik/mapboxer")

Working example

library(ecoengine)
library(dplyr)
library(mapboxer)
lynx <- ee_observations(genus = "lynx", georeferenced = TRUE)
mapbox(lynx$data)

Imgur

Releases

No releases published

Packages

No packages published