geocode_inst_city | R Documentation |
Get longitude and latitude of institutions and cities. If cache is used and there're some institutions or cities not already in the cache, those will be added.
geocode_inst_city(sheet, cache = TRUE, cache_location = ".", ...)
sheet |
The tibble read from Google Sheets, which has columns country, state/province, city, and institution. |
cache |
Logial, whether to cache. |
cache_location |
Where to save the cache |
A sf data frame for longitude and latitude of cities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.