get_interactions_in_area: Return all interactions in specified area

View source: R/rglobi.R

get_interactions_in_areaR Documentation

Return all interactions in specified area

Description

Returns all interactions in data base in area specified in arguments

Usage

get_interactions_in_area(bbox, ...)

Arguments

bbox

Coordinates in EPSG:4326 decimal degrees defining "left, bottom, right, top" of bounding box

...

list of named options to configure GloBI API

Value

Returns data frame of interactions

See Also

Other areas: get_interaction_areas()

Examples


get_interactions_in_area(bbox = c(-67.87, 12.79, -57.08, 23.32))


ropensci/rglobi documentation built on Feb. 12, 2025, 2:06 a.m.