Skip to content

mapsapi

Routes using Leaflet

Using Google Maps in R

Using Google Maps in R is easy! This series of blog posts will guide you through the possibilities to work with Google Maps in R. In part one we will discuss the package mapsapi. In part two we will discuss a ggplot2 friendly option: ggmaps. Getting your API key(s) Whether you want to work with mapsapi or ggmaps: the first step is getting your API key(s). Sounds like an easy… Read More »Using Google Maps in R