From 70099e79c5b12390c76551253787fad96f4b42a1 Mon Sep 17 00:00:00 2001 From: Jesse Cambon Date: Fri, 22 Oct 2021 16:26:50 -0400 Subject: [PATCH] increment version to 1.0.4.9000 and fix documentation for quiet parameter --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ R/geo.R | 4 ++-- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/LICENSE.html | 2 +- docs/articles/developer_notes.html | 2 +- docs/articles/geocoder_services.html | 2 +- docs/articles/index.html | 2 +- docs/articles/tidygeocoder.html | 12 ++++++------ docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 13 +++++++++++-- docs/pkgdown.yml | 2 +- docs/reference/api_info_reference.html | 2 +- docs/reference/api_key_reference.html | 2 +- docs/reference/api_parameter_reference.html | 2 +- docs/reference/batch_limit_reference.html | 2 +- docs/reference/extract_results.html | 2 +- docs/reference/extract_reverse_results.html | 2 +- docs/reference/geo.html | 10 +++++----- docs/reference/geo_census.html | 2 +- docs/reference/geo_combine.html | 8 ++++---- docs/reference/geocode.html | 8 ++++---- docs/reference/geocode_combine.html | 8 ++++---- docs/reference/get_api_query.html | 2 +- docs/reference/index.html | 2 +- docs/reference/louisville.html | 2 +- docs/reference/min_time_reference.html | 2 +- docs/reference/query_api.html | 2 +- docs/reference/reverse_geo.html | 6 +++--- docs/reference/reverse_geocode.html | 2 +- docs/reference/sample_addresses.html | 2 +- docs/reference/tidygeocoder-package.html | 2 +- man/geo.Rd | 4 ++-- man/reverse_geo.Rd | 4 ++-- 36 files changed, 72 insertions(+), 59 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5b42b823..abc90d1f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidygeocoder Type: Package Title: Geocoding Made Easy -Version: 1.0.4 +Version: 1.0.4.9000 Authors@R: c(person(given = "Jesse", family = "Cambon", diff --git a/NEWS.md b/NEWS.md index 096c3642..798aca8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# tidygeocoder (development version) + +- Corrected documentation for `quiet` parameter in `geo()` and `reverse_geo()` + # tidygeocoder 1.0.4 ### New Features diff --git a/R/geo.R b/R/geo.R index 9ea65d5c..c84c671f 100644 --- a/R/geo.R +++ b/R/geo.R @@ -75,8 +75,8 @@ progress_geo <- function(pb = NULL, ...) { #' progress for single input geocoding (1 input per query). By default the progress bar #' will not be shown for code executed when knitting R Markdown files or code within #' an RStudio notebook chunk. Can be set permanently with `options(tidygeocoder.progress_bar = FALSE)`. -#' @param quiet if FALSE (default) then console messages that are displayed by default regarding -#' queries will be suppressed. Can be set permanently with `options(tidgeocoder.quiet = TRUE)`. +#' @param quiet if TRUE then console messages that are displayed by default +#' regarding queries will be suppressed. Can be set permanently with `options(tidygeocoder.quiet = TRUE)`. #' @param api_url custom API URL. If specified, the default API URL will be overridden. #' This parameter can be used to specify a local Nominatim server, for instance. #' @param timeout query timeout (in minutes) diff --git a/docs/404.html b/docs/404.html index 98b77bf0..02978895 100644 --- a/docs/404.html +++ b/docs/404.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 7709295a..a7364ece 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 3e2e1f38..e1813410 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/articles/developer_notes.html b/docs/articles/developer_notes.html index 51d62365..3b883630 100644 --- a/docs/articles/developer_notes.html +++ b/docs/articles/developer_notes.html @@ -40,7 +40,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/articles/geocoder_services.html b/docs/articles/geocoder_services.html index 6dbe8c77..fd74a529 100644 --- a/docs/articles/geocoder_services.html +++ b/docs/articles/geocoder_services.html @@ -40,7 +40,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/articles/index.html b/docs/articles/index.html index 47cba47a..bf4836f2 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/articles/tidygeocoder.html b/docs/articles/tidygeocoder.html index 06b9596d..e74dd0be 100644 --- a/docs/articles/tidygeocoder.html +++ b/docs/articles/tidygeocoder.html @@ -40,7 +40,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 @@ -170,7 +170,7 @@

#> format : "json" #> benchmark : "Public_AR_Current" #> vintage : "Current_Current" -#> Query completed in: 2.1 seconds +#> Query completed in: 1.4 seconds @@ -222,7 +222,7 @@

census_c1 <- address_components %>% geocode(street = street, city = cty, state = st, method = "census") #> Passing 2 addresses to the US Census batch geocoder -#> Query completed in: 4.2 seconds +#> Query completed in: 1.9 seconds

singlelineaddress
@@ -255,7 +255,7 @@

method = "census", full_results = TRUE, api_options = list(census_return_type = 'geographies') ) #> Passing 2 addresses to the US Census batch geocoder -#> Query completed in: 2.2 seconds +#> Query completed in: 1.6 seconds

street
@@ -478,7 +478,7 @@

#> limit : "1" #> format : "json" #> HTTP Status Code: 200 -#> Query completed in: 0.3 seconds +#> Query completed in: 0.4 seconds #> Total query time (including sleep): 1 seconds #> #> @@ -627,7 +627,7 @@

) #> #> Passing 3 addresses to the US Census batch geocoder -#> Query completed in: 0.3 seconds +#> Query completed in: 0.1 seconds #> Passing 3 addresses to the Nominatim single address geocoder #> Query completed in: 3 seconds

diff --git a/docs/authors.html b/docs/authors.html index ffaac65a..9094e673 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/index.html b/docs/index.html index 3585e0a2..968f25a9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/news/index.html b/docs/news/index.html index 9001cc8d..55fa30f9 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 @@ -174,9 +174,18 @@

Changelog

Source: NEWS.md +
+

+tidygeocoder (development version) Unreleased +

+ +

-tidygeocoder 1.0.4 Unreleased +tidygeocoder 1.0.4 2021-10-17

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index b8572223..c0612128 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,7 +5,7 @@ articles: developer_notes: developer_notes.html geocoder_services: geocoder_services.html tidygeocoder: tidygeocoder.html -last_built: 2021-10-17T21:19Z +last_built: 2021-10-22T20:20Z urls: reference: https://jessecambon.github.io/tidygeocoder/reference article: https://jessecambon.github.io/tidygeocoder/articles diff --git a/docs/reference/api_info_reference.html b/docs/reference/api_info_reference.html index 36c7b2a6..eb5aaafb 100644 --- a/docs/reference/api_info_reference.html +++ b/docs/reference/api_info_reference.html @@ -88,7 +88,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000

diff --git a/docs/reference/api_key_reference.html b/docs/reference/api_key_reference.html index 40b55906..fae7d05b 100644 --- a/docs/reference/api_key_reference.html +++ b/docs/reference/api_key_reference.html @@ -91,7 +91,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000
diff --git a/docs/reference/api_parameter_reference.html b/docs/reference/api_parameter_reference.html index d657520d..36811197 100644 --- a/docs/reference/api_parameter_reference.html +++ b/docs/reference/api_parameter_reference.html @@ -103,7 +103,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/batch_limit_reference.html b/docs/reference/batch_limit_reference.html index 673a5249..bb178f65 100644 --- a/docs/reference/batch_limit_reference.html +++ b/docs/reference/batch_limit_reference.html @@ -89,7 +89,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/extract_results.html b/docs/reference/extract_results.html index a51ae07d..7f7f6e43 100644 --- a/docs/reference/extract_results.html +++ b/docs/reference/extract_results.html @@ -92,7 +92,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/extract_reverse_results.html b/docs/reference/extract_reverse_results.html index 29c30621..2c014354 100644 --- a/docs/reference/extract_reverse_results.html +++ b/docs/reference/extract_reverse_results.html @@ -92,7 +92,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/geo.html b/docs/reference/geo.html index 15c81d58..e7daee44 100644 --- a/docs/reference/geo.html +++ b/docs/reference/geo.html @@ -99,7 +99,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 @@ -356,8 +356,8 @@

Arg

- + @@ -468,7 +468,7 @@

Examp
# \donttest{ geo(street = "600 Peachtree Street NE", city = "Atlanta", state = "Georgia", method = "census") -
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 8.7 seconds
#> # A tibble: 1 × 5 +
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 11 seconds
#> # A tibble: 1 × 5 #> street city state lat long #> <chr> <chr> <chr> <dbl> <dbl> #> 1 600 Peachtree Street NE Atlanta Georgia 33.8 -84.4
@@ -482,7 +482,7 @@

Examp #> 3 Nairobi, Kenya -1.30 36.8

geo("100 Main St New York, NY", full_results = TRUE, method = "census", api_options = list(census_return_type = 'geographies')) -
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 2.7 seconds
#> # A tibble: 1 × 28 +
#> Passing 1 address to the US Census single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 1 × 28 #> address lat long matchedAddress tigerLine.tiger… tigerLine.side #> <chr> <dbl> <dbl> <chr> <chr> <chr> #> 1 100 Main St New York, NY 40.7 -74.0 100 MAIN ST, … 59662602 R diff --git a/docs/reference/geo_census.html b/docs/reference/geo_census.html index 0a630c47..d9c73060 100644 --- a/docs/reference/geo_census.html +++ b/docs/reference/geo_census.html @@ -90,7 +90,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000
diff --git a/docs/reference/geo_combine.html b/docs/reference/geo_combine.html index 28708a89..f99c0922 100644 --- a/docs/reference/geo_combine.html +++ b/docs/reference/geo_combine.html @@ -92,7 +92,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 @@ -282,7 +282,7 @@

Examp address = example_addresses, global_params = list(address = 'address') ) -
#>
#>
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.5 seconds
#> Passing 2 addresses to the Nominatim single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 3 × 4 +
#>
#>
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.4 seconds
#> Passing 2 addresses to the Nominatim single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 3 × 4 #> address lat long query #> <chr> <dbl> <dbl> <chr> #> 1 100 Main St New York, NY 40.7 -74.0 "census" @@ -299,7 +299,7 @@

Examp cascade = FALSE, return_list = TRUE ) -

#>
#>
#>
#> Passing 3 addresses to the ArcGIS single address geocoder
#> Query completed in: 1.4 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 1.7 seconds
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.2 seconds
#> $arcgis +
#>
#>
#>
#> Passing 3 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.3 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 1.4 seconds
#> Passing 3 addresses to the US Census batch geocoder
#> Query completed in: 0.3 seconds
#> $arcgis #> # A tibble: 3 × 3 #> address lat long #> <chr> <dbl> <dbl> @@ -332,7 +332,7 @@

Examp country = c('Japan', 'United States'), cascade = FALSE ) -

#>
#>
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.2 seconds
#> Passing 2 addresses to the Nominatim single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 4 × 5 +
#>
#>
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 1.4 seconds
#> Passing 2 addresses to the Nominatim single address geocoder
#> Query completed in: 2 seconds
#> # A tibble: 4 × 5 #> city country lat long query #> <chr> <chr> <dbl> <dbl> <chr> #> 1 Tokyo Japan 35.7 140. arcgis diff --git a/docs/reference/geocode.html b/docs/reference/geocode.html index ac945dd4..b06a2f64 100644 --- a/docs/reference/geocode.html +++ b/docs/reference/geocode.html @@ -97,7 +97,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000
@@ -302,7 +302,7 @@

Examp library(dplyr, warn.conflicts = FALSE) sample_addresses %>% slice(1:2) %>% geocode(addr, method = 'arcgis') -
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 1.2 seconds
#> # A tibble: 2 × 4 +
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.2 seconds
#> # A tibble: 2 × 4 #> name addr lat long #> <chr> <chr> <dbl> <dbl> #> 1 White House 1600 Pennsylvania Ave NW Washington, DC 38.9 -77.0 @@ -310,7 +310,7 @@

Examp louisville %>% head(2) %>% geocode(street = street, city = city, state = state, postalcode = zip, method = 'census', full_results = TRUE) -

#> Passing 2 addresses to the US Census batch geocoder
#> Query completed in: 0.2 seconds
#> # A tibble: 2 × 15 +
#> Passing 2 addresses to the US Census batch geocoder
#> Query completed in: 0.3 seconds
#> # A tibble: 2 × 15 #> street city state zip latitude longitude lat long id input_address #> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <int> <chr> #> 1 2722 ELLIOTT AVE Loui… Kent… 40211 38.3 -85.8 38.3 -85.8 1 2722 ELLIOTT… @@ -333,7 +333,7 @@

Examp geocode(addr, method = 'arcgis', lat = latitude, long = longitude, full_results = TRUE) -

#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.3 seconds
#> # A tibble: 2 × 12 +
#> Passing 2 addresses to the ArcGIS single address geocoder
#> Query completed in: 0.2 seconds
#> # A tibble: 2 × 12 #> name addr latitude longitude arcgis_address score location.x location.y #> <chr> <chr> <dbl> <dbl> <chr> <int> <dbl> <dbl> #> 1 Willi… 233 S W… 41.9 -87.6 233 S Wacker D… 100 -87.6 41.9 diff --git a/docs/reference/geocode_combine.html b/docs/reference/geocode_combine.html index f659ff21..a4d3917a 100644 --- a/docs/reference/geocode_combine.html +++ b/docs/reference/geocode_combine.html @@ -97,7 +97,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000
@@ -269,7 +269,7 @@

Examp geocode_combine( queries = list(list(method = 'census'), list(method = 'osm')), global_params = list(address = 'addr'), cascade = TRUE) -
#>
#>
#> Passing 9 addresses to the US Census batch geocoder
#> Query completed in: 1.5 seconds
#> Passing 5 addresses to the Nominatim single address geocoder
#> Query completed in: 5 seconds
#> # A tibble: 9 × 5 +
#>
#>
#> Passing 9 addresses to the US Census batch geocoder
#> Query completed in: 2.1 seconds
#> Passing 5 addresses to the Nominatim single address geocoder
#> Query completed in: 5 seconds
#> # A tibble: 9 × 5 #> name addr lat long query #> <chr> <chr> <dbl> <dbl> <chr> #> 1 White House 1600 Pennsylvania Ave NW Washington, … 38.9 -77.0 cens… @@ -300,7 +300,7 @@

Examp city = 'city', state = 'state', postalcode = 'zip_cd'), query_names = c('census batch', 'census single', 'osm') ) -

#>
#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.7 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 3 seconds
#> Passing 1 address to the Nominatim single address geocoder
#> Query completed in: 1 seconds
#> # A tibble: 4 × 7 +
#>
#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.6 seconds
#> Passing 3 addresses to the US Census single address geocoder
#> Query completed in: 2 seconds
#> Passing 1 address to the Nominatim single address geocoder
#> Query completed in: 1 seconds
#> # A tibble: 4 × 7 #> street_address city state zip_cd lat long query #> <chr> <chr> <chr> <dbl> <dbl> <dbl> <chr> #> 1 624 W DAVIS ST #1D BURLINGTON NC 27215 36.1 -79.4 census single @@ -317,7 +317,7 @@

Examp cascade = FALSE, return_list = TRUE ) -

#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.6 seconds
#> Passing 4 addresses to the ArcGIS single address geocoder
#> Query completed in: 2.6 seconds
#> $census +
#>
#>
#> Passing 4 addresses to the US Census batch geocoder
#> Query completed in: 0.4 seconds
#> Passing 4 addresses to the ArcGIS single address geocoder
#> Query completed in: 2.3 seconds
#> $census #> # A tibble: 4 × 6 #> street_address city state zip_cd lat long #> <chr> <chr> <chr> <dbl> <dbl> <dbl> diff --git a/docs/reference/get_api_query.html b/docs/reference/get_api_query.html index 16ead671..394cd1ea 100644 --- a/docs/reference/get_api_query.html +++ b/docs/reference/get_api_query.html @@ -93,7 +93,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000
diff --git a/docs/reference/index.html b/docs/reference/index.html index d5f83049..906b70b3 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -87,7 +87,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/louisville.html b/docs/reference/louisville.html index 54c71d3c..82479810 100644 --- a/docs/reference/louisville.html +++ b/docs/reference/louisville.html @@ -88,7 +88,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/min_time_reference.html b/docs/reference/min_time_reference.html index c4e7daec..9c9f4960 100644 --- a/docs/reference/min_time_reference.html +++ b/docs/reference/min_time_reference.html @@ -91,7 +91,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/query_api.html b/docs/reference/query_api.html index b8032023..fc34ca0e 100644 --- a/docs/reference/query_api.html +++ b/docs/reference/query_api.html @@ -89,7 +89,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/reverse_geo.html b/docs/reference/reverse_geo.html index 5533fe45..8deb1b59 100644 --- a/docs/reference/reverse_geo.html +++ b/docs/reference/reverse_geo.html @@ -98,7 +98,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 @@ -305,8 +305,8 @@

Arg

- + diff --git a/docs/reference/reverse_geocode.html b/docs/reference/reverse_geocode.html index 3f0779eb..ccc3b661 100644 --- a/docs/reference/reverse_geocode.html +++ b/docs/reference/reverse_geocode.html @@ -93,7 +93,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/sample_addresses.html b/docs/reference/sample_addresses.html index 72a62880..0aa28880 100644 --- a/docs/reference/sample_addresses.html +++ b/docs/reference/sample_addresses.html @@ -88,7 +88,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/docs/reference/tidygeocoder-package.html b/docs/reference/tidygeocoder-package.html index 8d41ead0..63fde2a3 100644 --- a/docs/reference/tidygeocoder-package.html +++ b/docs/reference/tidygeocoder-package.html @@ -92,7 +92,7 @@ tidygeocoder - 1.0.4 + 1.0.4.9000 diff --git a/man/geo.Rd b/man/geo.Rd index 412e9201..7edfcc24 100644 --- a/man/geo.Rd +++ b/man/geo.Rd @@ -119,8 +119,8 @@ progress for single input geocoding (1 input per query). By default the progress will not be shown for code executed when knitting R Markdown files or code within an RStudio notebook chunk. Can be set permanently with \code{options(tidygeocoder.progress_bar = FALSE)}.} -\item{quiet}{if FALSE (default) then console messages that are displayed by default regarding -queries will be suppressed. Can be set permanently with \code{options(tidgeocoder.quiet = TRUE)}.} +\item{quiet}{if TRUE then console messages that are displayed by default +regarding queries will be suppressed. Can be set permanently with \code{options(tidygeocoder.quiet = TRUE)}.} \item{api_url}{custom API URL. If specified, the default API URL will be overridden. This parameter can be used to specify a local Nominatim server, for instance.} diff --git a/man/reverse_geo.Rd b/man/reverse_geo.Rd index c0a20ae9..bc6a1362 100644 --- a/man/reverse_geo.Rd +++ b/man/reverse_geo.Rd @@ -84,8 +84,8 @@ progress for single input geocoding (1 input per query). By default the progress will not be shown for code executed when knitting R Markdown files or code within an RStudio notebook chunk. Can be set permanently with \code{options(tidygeocoder.progress_bar = FALSE)}.} -\item{quiet}{if FALSE (default) then console messages that are displayed by default regarding -queries will be suppressed. Can be set permanently with \code{options(tidgeocoder.quiet = TRUE)}.} +\item{quiet}{if TRUE then console messages that are displayed by default +regarding queries will be suppressed. Can be set permanently with \code{options(tidygeocoder.quiet = TRUE)}.} \item{api_url}{custom API URL. If specified, the default API URL will be overridden. This parameter can be used to specify a local Nominatim server, for instance.}
quiet

if FALSE (default) then console messages that are displayed by default regarding -queries will be suppressed. Can be set permanently with options(tidgeocoder.quiet = TRUE).

if TRUE then console messages that are displayed by default +regarding queries will be suppressed. Can be set permanently with options(tidygeocoder.quiet = TRUE).

api_url
quiet

if FALSE (default) then console messages that are displayed by default regarding -queries will be suppressed. Can be set permanently with options(tidgeocoder.quiet = TRUE).

if TRUE then console messages that are displayed by default +regarding queries will be suppressed. Can be set permanently with options(tidygeocoder.quiet = TRUE).

api_url