Skip to content

Commit

Permalink
suppressed progress bars in reference examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecambon committed Oct 28, 2021
1 parent da33921 commit eaea634
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 41 deletions.
2 changes: 2 additions & 0 deletions R/geo.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ progress_geo <- function(pb = NULL, ...) {
#' @return tibble (dataframe)
#' @examples
#' \donttest{
#' options(tidygeocoder.progress_bar = FALSE)
#'
#' geo(street = "600 Peachtree Street NE", city = "Atlanta",
#' state = "Georgia", method = "census")
#'
Expand Down
2 changes: 2 additions & 0 deletions R/reverse_geo.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ get_coord_parameters <- function(custom_query, method, lat, long) {
#' @inherit geo return
#' @examples
#' \donttest{
#' options(tidygeocoder.progress_bar = FALSE)
#'
#' reverse_geo(lat = 38.895865, long = -77.0307713, method = 'osm')
#'
#' reverse_geo(
Expand Down
12 changes: 7 additions & 5 deletions docs/reference/geo.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/reference/geo_combine.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eaea634

Please sign in to comment.