Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed May 11, 2024
1 parent 4824e2f commit 3aa5008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/geohash.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ st_geohash = function(x, precision = 0) {
#' @param raw logical; if `TRUE`, return a matrix with bounding box coordinates on each row
#' @param crs object of class `crs`
#' @examples
#' o = options(digits = 20)
#' st_geom_from_geohash(c('9qqj7nmxncgyy4d0dbxqz0', 'up'), raw = TRUE)
#' o = options(digits = 20) # for printing purposes
#' st_geom_from_geohash(c('9qqj7nmxncgyy4d0dbxqz0', 'u1hzz631zyd63zwsd7zt'))
#' st_geom_from_geohash('9qqj7nmxncgyy4d0dbxqz0', 4)
#' st_geom_from_geohash('9qqj7nmxncgyy4d0dbxqz0', 10)
Expand Down
3 changes: 2 additions & 1 deletion man/st_geohash.Rd

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

0 comments on commit 3aa5008

Please sign in to comment.