Learn R Programming

AntWeb (version 0.7)

aw_coords: 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

Examples

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

Run the code above in your browser using DataLab