R bindings to H3, a hexagon-based geographic grid system via h3-js.

R bindings via native H3 C library can be found at h3r. h3r is much faster but requires installing h3 separately.

WARNING Functions do not support vectorized operations currently. The return value of vectorized input is unspecified. You should map over vectorized input instead.

Installation

You can install the released version of h3js from CRAN with:

Development version can be installed with:

devtools::install_github("saurfang/h3js")