| geocode_each | R Documentation | 
Geocodes one location through the Google API. See here for the list of all possibilities supported by the Google Map geocoding API.
geocode_each(stringlocation, method, info = c("lat", "lng"))
| stringlocation | a location string | 
| method | the API to send the request to. Can be "opencage" (default) or "google". | 
| info | the variables to inform: by default, c("lat","lng").
Information can be many other variables depending on the method you are using. Type  | 
tibble with additional columns corresponding to the info required
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.