Learn R Programming

h3r (version 0.1.2)

isValidDirectedEdge: Is valid directed edge

Description

Determines if the provided H3Index is a valid unidirectional edge index.

Usage

isValidDirectedEdge(edge)

Value

1 if it is a unidirectional edge H3Index, otherwise 0.

Arguments

edge

vector of unidirectional edge H3 indexes

Examples

Run this code

isValidDirectedEdge(edge = c("13d2a1672b34ffff","16a2a1072b59ffff"))

Run the code above in your browser using DataLab