get_uddest: Get destination cell from directed edge

View source: R/unidirectional_edges.R

get_uddestR Documentation

Get destination cell from directed edge

Description

Get an H3 index representing the destination of a directed edge.

Usage

get_uddest(h3_edge = NULL, simple = TRUE)

Arguments

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.

Value

By default, character vector of h3 cell indexes.

Examples

# Get the destination cell index of this directed edge index
get_uddest(h3_edge = '166be8d12fffffff')


obrl-soil/h3jsr documentation built on Jan. 27, 2024, 4:33 a.m.