View source: R/unidirectional_edges.R
is_valid_edge | R Documentation |
This function checks whether an H3 unidirectional edge index is valid.
is_valid_edge(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, a logical vector of length(h3_edge)
.
# is the following unidirectional edge index valid? is_valid_edge(h3_edge = '166be8d12fffffff')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.