Skip to content

Commit 3a9b9d4

Browse files
committed
update readme / home page
1 parent 2235e19 commit 3a9b9d4

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ggplot(lat_longs, aes(longitude, latitude), color = "grey99") +
9393
theme_void()
9494
```
9595

96-
To perform reverse geocoding (obtaining addresses from geographic coordinates), we can use the `reverse_geocode()` function. The arguments are similar to the `geocode()` function, but now we specify the input data columns with the `lat` and `long` arguments. The input dataset used here is from the geocoder query above.
96+
To perform reverse geocoding (obtaining addresses from geographic coordinates), we can use the `reverse_geocode()` function. The arguments are similar to the `geocode()` function, but now we specify the input data columns with the `lat` and `long` arguments. The input dataset used here is the results of the geocoding query above.
9797

9898
The single line address is returned in a column named by the `address` argument and all columns from the geocoding service results are returned because `full_results = TRUE`. See the `reverse_geo()` function documentation for more details.
9999

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To perform reverse geocoding (obtaining addresses from geographic
115115
coordinates), we can use the `reverse_geocode()` function. The arguments
116116
are similar to the `geocode()` function, but now we specify the input
117117
data columns with the `lat` and `long` arguments. The input dataset used
118-
here is from the geocoder query above.
118+
here is the results of the geocoding query above.
119119

120120
The single line address is returned in a column named by the `address`
121121
argument and all columns from the geocoding service results are returned

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
developer_notes: developer_notes.html
66
geocoder_services: geocoder_services.html
77
tidygeocoder: tidygeocoder.html
8-
last_built: 2021-11-02T18:02Z
8+
last_built: 2021-11-02T18:37Z
99
urls:
1010
reference: https://jessecambon.github.io/tidygeocoder/reference
1111
article: https://jessecambon.github.io/tidygeocoder/articles
-118 Bytes
Loading

docs/reference/geo.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geo_combine.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/geocode.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)