isValidDirectedEdge {h3r} | R Documentation |
Is valid directed edge
Description
Determines if the provided H3Index is a valid unidirectional edge index.
Usage
isValidDirectedEdge(edge)
Arguments
edge |
vector of unidirectional edge H3 indexes |
Value
1 if it is a unidirectional edge H3Index, otherwise 0.
Examples
isValidDirectedEdge(edge = c("13d2a1672b34ffff","16a2a1072b59ffff"))
[Package h3r version 0.1.1 Index]