From 0425c5265ba03e278b7162fe3cdbb935a678b1a4 Mon Sep 17 00:00:00 2001 From: Cole Brokamp Date: Wed, 2 Feb 2022 23:52:33 -0500 Subject: [PATCH] update mappp argument name --- geocode.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geocode.R b/geocode.R index 4c68b66..429d37e 100755 --- a/geocode.R +++ b/geocode.R @@ -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 %>%