returnLatLon: Creating a geo-location query element with longitudes and...

View source: R/AggFunctions.R

returnLatLonR Documentation

Creating a geo-location query element with longitudes and lattidues

Description

This function returns a list of a query element of geo-locations

Usage

returnLatLon(lat1, lat2, lon1, lon2)

Arguments

lat1

the minimum value of lattitude of a geo-location boundary

lat2

the maximum value of latitidue of a geo-location boundary

lon1

the minimum value of longitude of a geo-location boundary

lon2

the maximum value of longitude of a geo-location boundary

Value

A list of geo-location query elements

Examples

## Not run: # to build a location constraint with the ranges of latitudes the longitudes
geo <- returnLatLon(-10,30,40,70)
## End(Not run)

KateHyoung/UTDEventData documentation built on Nov. 16, 2022, 2:29 p.m.