powered by
Returns all locations (latitude,longitude) of interactions in data base or area specified in arguments
get_interaction_areas(bbox = NULL, read_csv = read_csv_online, ...)
Returns data frame of coordinates
Coordinates in EPSG:4326 decimal degrees defining "left, bottom, right, top" of bounding box
function used to find csv associated to query url, defaulting to online query method
list of named options to configure GloBI API
Other areas: get_interactions_in_area()
get_interactions_in_area()
# \donttest{ get_interaction_areas () get_interaction_areas (bbox=c(-67.87,12.79,-57.08,23.32)) # }
Run the code above in your browser using DataLab