README.md

R htmlwidget for mapshaper

mapshaper is an incredibly powerful set of tools to simplify and edit maps from Shapefile, geoJSON, TopoJSON, and other file formats. This htmlwidget brings mapshaper to your R experience.

#devtools::install_github("timelyportfolio/mapshaper_htmlwidget")

library(mapshaperWidget)
library(tmap)
library(sp)

data(World)
plot(World)

mapshaper(World)

screenshot of mapshaper

To-do



timelyportfolio/mapshaper_htmlwidget documentation built on May 31, 2019, 1:51 p.m.