are_all_area_or_dist.Rd
Tests if input can be safely converted to distance or to area values.
are_all_area_or_dist(input, error = FALSE)
are_all_dist(input, error = FALSE)
Logical vector of the same length as input and/or an error if verbose
is TRUE
.
Only returns TRUE
if all values are valid distance inputs
or all values are valid area inputs.