# Types of input
geocode('Baylor University')
geocode('1600 Pennsylvania Avenue, Washington DC')
geocode('the white house')
geocode(c('baylor university', 'salvation army waco'))
# Types of output
geocode('Baylor University', output = "latlona")
geocode('Baylor University', output = "more")
str(geocode('Baylor University', output = "all"))
# See how many requests we have left
geocodeQueryCheck()
Run the code above in your browser using DataLab