View source: R/unidirectional_edges.R
get_udedges | R Documentation |
Get all directed edge indexes for a given H3 cell index.
get_udedges(h3_address = NULL, simple = TRUE)
h3_address |
Character; 15-character index generated by H3. |
simple |
Logical; whether to return a vector of outputs or a data frame containing both inputs and outputs. |
By default, list of length(h3_address)
. Each list contains a
character vector of H3 edge indexes.
# Get all the edge indexes for this cell get_udedges(h3_address = '86be8d12fffffff')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.