
revgeocode(location,
output = c("address", "more", "all"),
messaging = FALSE, sensor = TRUE)
gc <- as.numeric(geocode('Baylor University'))
revgeocode(gc)
revgeocode(gc, output = 'more')
revgeocode(gc, output = 'all')
Run the code above in your browser using DataLab