aw_coords: aw_coords

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

AntWeb documentation built on May 2, 2019, 3:43 p.m.