| geo_to_h3 | R Documentation | 
Index geo-coordinates at the given resolution into H3 addresses.
geo_to_h3(latlng, res) ## S3 method for class 'numeric' geo_to_h3(latlng, res = 7) ## S3 method for class 'matrix' geo_to_h3(latlng, res = 7) ## S3 method for class 'data.frame' geo_to_h3(latlng, res = 7) ## S3 method for class 'sf' geo_to_h3(latlng, res = 7)
| latlng | geo-coordinates as lat/lng pairs or object of class  | 
| res | resolution between 0 and 15 | 
character vector
road_safety_greater_manchester[1:3, ] %>% geo_to_h3()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.