Learn R Programming

h3jsr (version 1.3.1)

get_udedges: Get all directed edge indexes for a given H3 cell

Description

Get all directed edge indexes for a given H3 cell index.

Usage

get_udedges(h3_address = NULL, simple = TRUE)

Value

By default, list of length(h3_address). Each list contains a character vector of H3 edge indexes.

Arguments

h3_address

Character; 15-character index generated by H3.

simple

Logical; whether to return a vector of outputs or a data frame containing both inputs and outputs.

Examples

Run this code
# Get all the edge indexes for this cell
get_udedges(h3_address = '86be8d12fffffff')

Run the code above in your browser using DataLab