Skip to content

Commit 0959085

Browse files
authored
Update README.md
1 parent ff11c80 commit 0959085

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# tidygeocoder
22

3-
[![CRAN
4-
status](https://www.r-pkg.org/badges/version/tidygeocoder)](https://cran.r-project.org/package=tidygeocoder)
3+
[![CRAN](https://www.r-pkg.org/badges/version/tidygeocoder)](https://cran.r-project.org/package=tidygeocoder)
54
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/jessecambon/tidygeocoder/blob/master/LICENSE.md)
65
[![CRAN\_Download\_Badge](http://cranlogs.r-pkg.org/badges/grand-total/tidygeocoder)](https://CRAN.R-project.org/package=tidygeocoder)
76

@@ -84,7 +83,9 @@ cascade_points <- sample_addresses %>%
8483
| International City | Nairobi, Kenya | \-1.283253 | 36.81724 | osm |
8584

8685
## References
87-
* US Census Geocoder: https://geocoding.geo.census.gov/
88-
* Nominatim (OSM): https://nominatim.openstreetmap.org/ and https://nominatim.org
89-
* tmaptools package (used for OSM geocoding): https://cran.r-project.org/package=tmaptools
90-
* dplyr: https://dplyr.tidyverse.org/
86+
* [US Census Geocoder](https://geocoding.geo.census.gov/)
87+
* [Nominatim Geocoder](https://nominatim.org)
88+
* [Nominatim Address Check](https://nominatim.openstreetmap.org/)
89+
* [tmaptools](https://cran.r-project.org/package=tmaptools) package (used for OSM geocoding)
90+
* [dplyr](https://dplyr.tidyverse.org/)
91+
* [tidyr](https://tidyr.tidyverse.org)

0 commit comments

Comments
 (0)