Get locations from a WildTrax Organization
wt_get_locations.Rd
Obtain a table listing locations emulating the Locations tab in a WildTrax 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)
} # }