Get the child cell at a given position within an ordered list of all children at the specified resolution.
Arguments
- child_pos
numeric; position of the child cell to get.
- h3_address
Character; 15-character index generated by H3.
- child_res
numeric; resolution of the child cell to return.
- simple
Logical; whether to return a vector or a data frame containing both inputs and outputs.
Note
`child_pos` is 0-indexed and capped at the maximum number of hexagons within the parent cell at the supplied resolution. This figure can be determined using cell_to_children_size
.