View source: R/convenience-functions.R
wt_location_distances | R Documentation |
Takes input latitude and longitudes and computes the distances between each set of valid points
wt_location_distances(input_from_tibble = NULL, input_from_file = NULL)
input_from_tibble |
Use a tibble constructed with a distinct list of location names, latitude and longitude |
input_from_file |
Use a file downloaded from either an organization or project |
A three-column tibble with the distances between each location
## Not run:
df <- wt_location_distances(input = my_location_tibble, input_from_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.