Description Usage Arguments Value Examples
Get Sorted List of Customers Within Distance to Campus Location
1 2 | get_customers_within_distance(customers_path, cutoff_distance,
intercom_locations_path, intercom_location_name)
|
customers_path |
Path to customer list in JSON format. |
cutoff_distance |
Max distance in km to customers. |
intercom_locations_path |
Path to list of Intercom locations in .csv format |
A data frame with name
and user_id
of those
customers that are within 100 km of the Intercom Dublin Campus, sorted
by user_id
1 2 | get_customers_within_distance("./path_to_customers.json", cutoff_distance,
"./path_to_campus_locations.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.