geocode from ggmap fails on shiny server
I have an app where the user can provide a specific address and the app returns the geocode which is later used to subset the data. The snippet of the code is as simple as: library(ggmap) geocode("2020 walnut street pa") This works perfectly when I run it on my local machine. I get the below output: Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=2020%20walnut%20street%20pa&sensor=false lon lat 1 -75.17508 39.95034 However when I run this same code on the shiny server, I get the below error: > library(ggmap) Loading required package: ggplot2 > geocode("2020