README.md

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



karthik/mapboxer documentation built on May 20, 2019, 7:22 a.m.