powered by
Get the child cell at a given position within an ordered list of all children at the specified resolution.
childpos_to_cell( child_pos = NULL, h3_address = NULL, child_res = NULL, simple = TRUE )
Character, H3 address of child
numeric; position of the child cell to get.
Character; 15-character index generated by H3.
numeric; resolution of the child cell to return.
Logical; whether to return a vector or a data frame containing both inputs and outputs.
# example address has resolution 7: childpos_to_cell(0, '872830b82ffffff', 9, simple = FALSE)
Run the code above in your browser using DataLab