R/h3_uniedge.R
get_h3_unidirectional_edges_from_hexagon.Rd
Get all of the unidirectional edges from the given H3 index.
get_h3_unidirectional_edges_from_hexagon(h3_index)
h3_index | character scalar; H3 index |
---|
edges <- road_safety_greater_manchester[1, ] %>% geo_to_h3() %>% get_h3_unidirectional_edges_from_hexagon() h3_unidirectional_edge_is_valid(edges)#> [1] TRUE TRUE TRUE TRUE TRUE TRUE