aw_coords: aw_coords

View source: R/aw_coords.R

aw_coordsR Documentation

aw_coords

Description

Retrieve AntWeb data by location. A radius argument can be supplied as a search radius around a point on th emap.

Usage

aw_coords(coord = NULL, r = NULL)

Arguments

coord

Latitude and Longitude. Should be supplied as lat,long. Example: 37.76,-122.45

r

A radius in kilometers. For 2 km add r = 2

Value

aw_data

Examples

 
# data_by_loc <- aw_coords(coord = "37.76,-122.45", r = 2)

ropensci/AntWeb documentation built on Sept. 29, 2022, 12:59 p.m.