find_users_not_covered | R Documentation |
(Internal) Create a dataframe of the users not covered
find_users_not_covered(
existing_facility,
user,
distance_cutoff,
d_existing_user = NULL
)
existing_facility |
data.frame of existing facilities |
user |
data.frame of existing users |
distance_cutoff |
integer of distance cutoff |
d_existing_user |
Optional distance matrix between existing facilities and users. |
data.frame of those users not covered by current facilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.