Skip to contents

Tests if the given vertex is a valid H3 vertex

Usage

isValidVertex(vertex)

Arguments

vertex

H3 Vertex index

Value

returns 1 if the given index is a valid H3 vertex

Examples


isValidVertex(vertex = c("24cbe63562a549ff", "abc"))
#> [1] 1 0