Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Nov 21, 2023
1 parent 7c536b9 commit 8de2060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gpkg_bbox.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' tf <- tempfile(fileext = ".gpkg")
#'
#' r <- terra::rast(system.file("extdata", "dem.tif", package = "gpkg"))
#' v <- as.polygons(r, ext = TRUE)
#' v <- terra::as.polygons(r, ext = TRUE)
#' g <- geopackage(list(bbox = v))
#'
#' gpkg_bbox(g, 'bbox')
Expand Down

0 comments on commit 8de2060

Please sign in to comment.