Skip to contents

Obtain a table listing all image sets belonging to an Organization emulating the Image Sets tab

Usage

wt_get_image_sets(organization)

Arguments

organization

Either the short letter or numeric digit representing the Organization

Value

A data frame listing an Organizations' recordings

Examples

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