powered by
This function checks whether two H3 cells share an edge.
are_neighbours(origin = NULL, destination = NULL, simple = TRUE)
Logical; TRUE if neighbours.
TRUE
Character; 15-character cell index generated by H3. A vector of indexes can also be supplied.
Logical; whether to return a vector of outputs or a data frame containing both inputs and outputs.
# Are the following cells neighbours? are_neighbours(origin = '86be8d12fffffff', destination = '86be8d127ffffff')
Run the code above in your browser using DataLab