wt_location_distances: General convenience functions

View source: R/convenience-functions.R

wt_location_distancesR Documentation

General convenience functions

Description

Takes input latitude and longitudes and computes the distances between each set of valid points

Usage

wt_location_distances(input_from_tibble = NULL, input_from_file = NULL)

Arguments

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

Value

A three-column tibble with the distances between each location

Examples

## Not run: 
df <- wt_location_distances(input = my_location_tibble, input_from_file)

## End(Not run)


mabecker89/wildRtrax documentation built on Feb. 5, 2024, 8:50 a.m.