geocode_inst_city: Geocode institutions and cities

View source: R/geocode.R

geocode_inst_cityR Documentation

Geocode institutions and cities

Description

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.

Usage

geocode_inst_city(sheet, cache = TRUE, cache_location = ".", ...)

Arguments

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

Value

A sf data frame for longitude and latitude of cities


pachterlab/museumst documentation built on April 20, 2024, 11:26 p.m.