View source: R/get-distance-members.R
get_distance_members | R Documentation |
Identify points within a great circle distance
get_distance_members(df, id, coords, dist, unit = c("miles", "km"))
df |
The input data frame |
id |
The identifying variable |
coords |
Nested coordinate object with x,y coordinates for the point |
dist |
The maximum distance allowed |
unit |
The unit (miles or km) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.