cell_to_splitlong {h3jsr}R Documentation

H3 cell to split long

Description

Convert an H3 cell (64-bit hexidecimal string) into a "split long" - a pair of 32-bit integers.

Usage

cell_to_splitlong(h3_address, simple = TRUE)

Arguments

h3_address

Character; 15-character index generated by H3.

simple

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

Value

list of integer pairs, one for each address supplied.

Examples

cell_to_splitlong(h3_address = '8abe8d12acaffff')

[Package h3jsr version 1.3.1 Index]