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