Learn R Programming

h3jsr (version 1.3.1)

cell_to_splitlong: 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)

Value

list of integer pairs, one for each address supplied.

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.

Examples

Run this code
cell_to_splitlong(h3_address = '8abe8d12acaffff')

Run the code above in your browser using DataLab