Skip to contents

Obtain a table listing visits emulating the Visits tab in a WildTrax Organization

Usage

wt_get_visits(organization)

Arguments

organization

Either the short letter or numeric digit representing the Organization

Value

A data frame listing an Organizations' visits

Examples

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