Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
obrl-soil committed Jan 21, 2023
1 parent a22fca0 commit 565a52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/core_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ cell_to_childpos <- function(h3_address = NULL, parent_res = NULL, simple = TRUE
#' @param simple Logical; whether to return a vector or a data frame containing
#' both inputs and outputs.
#' @return Character, H3 address of child
#' @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().
#' @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 \code{\link[h3jsr:cell_to_children_size]{cell_to_children_size}}.
#' @examples
#' # example address has resolution 7:
#' childpos_to_cell(0, '872830b82ffffff', 9, simple = FALSE)
Expand Down
2 changes: 1 addition & 1 deletion man/childpos_to_cell.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 565a52e

Please sign in to comment.