powered by
This function returns total number of H3 cells at a given resolution.
num_cells(res = NULL, fast = TRUE)
Numeric; H3 cell count.
Integer; Desired H3 resolution. See https://h3geo.org/docs/core-library/restable/ for allowable values and related dimensions.
Logical; whether to retrieve values from a locally stored table or recalculate from source.
# Return cell count for resolution 8 num_cells(res = 8)
Run the code above in your browser using DataLab