Generate an H3 Hexagonal Grid for an sf Object
get_h3_grid.Rd
Generates a hexagonal grid of H3 cells at a specified resolution that intersect with a given `sf` object. Wrapper for h3jsr functions.
Examples
if (FALSE) { # \dontrun{
library(sf)
nc <- st_read(system.file("shape/nc.shp", package="sf"))
h3_grid_sf <- get_h3_grid(nc, resolution = 7)
} # }