Browse Source

Change library

Petra Lamborn 4 years ago
parent
commit
f5c0394700
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scratch.R

+ 1
- 1
scratch.R View File

@@ -2,7 +2,7 @@
2 2
 library(janitor)
3 3
 library(dplyr)
4 4
 #library(ggmap)
5
-library(nominatim)
5
+library(photon)
6 6
 library(readr)
7 7
 source("osm_api.R")
8 8
 Geo2017 <- clean_names(read_csv("data/AllDHBsGeocoded.csv"), case = "snake") %>%