Skip to content

Commit

Permalink
update mappp argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp committed Feb 4, 2022
1 parent 1f29489 commit 0425c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocode.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if (nrow(d_for_geocoding) > 0) {
geocode,
parallel = TRUE,
cache = TRUE,
cache.name = 'geocoding_cache')
cache_name = 'geocoding_cache')

## extract results, if a tie then take first returned result
d_for_geocoding <- d_for_geocoding %>%
Expand Down

0 comments on commit 0425c52

Please sign in to comment.