Get all of the unidirectional edges from the given H3 index.

get_h3_unidirectional_edges_from_hexagon(h3_index)

Arguments

h3_index

character scalar; H3 index

Examples

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