Skip to contents

Obtain a table listing locations emulating the Locations tab in a WildTrax Organization

Usage

wt_get_locations(organization)

Arguments

organization

Either the short letter or numeric digit representing the Organization

Value

A data frame listing the projects that the user can download data for, including: project name, id, year, number of tasks, a geographic bounding box and project status.

Examples

if (FALSE) { # \dontrun{
# Authenticate first:
wt_auth()
wt_get_locations(organization = 5)
} # }