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 an Organizations' locations

Examples

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