View source: R/unidirectional_edges.R
get_udends | R Documentation |
Get H3 cell indexes representing the origin and destination of a directed edge index.
get_udends(h3_edge = NULL, simple = TRUE)
h3_edge |
Character; address of unidirectional edge. |
simple |
Logical; whether to return a vector of outputs or a data frame containing both inputs and outputs. |
By default, character matrix of h3 cell indexes.
# Get the origin and destination of this directed edge get_udends(h3_edge = '166be8d12fffffff')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.