Enrich School Data with Lat / Long
Usage
enrich_school_latlong(df, use_cache = TRUE, api_key = "")
Arguments
- df
dataframe to be enriched
- use_cache
if TRUE, will read from cache of school info / lat lng stored on TODO
- api_key
optional, personal google maps API key
Value
dataframe enriched with lat lng
Note
The `placement` package is required for geocoding when `use_cache=FALSE`.
Install with: `remotes::install_github('DerekYves/placement')`