Get the centers of the given H3 indexes.

h3_to_geo(h3_index)

Arguments

h3_index

character vector of H3 indexes

Examples

road_safety_greater_manchester[1:3, ] %>% geo_to_h3() %>% h3_to_geo()
#> lat lng #> [1,] 53.62876 -2.466856 #> [2,] 53.61159 -2.444191 #> [3,] 53.64320 -2.193988