
Get an Organizations' list of image sets
wt_get_image_sets.Rd
Obtain a table listing all image sets belonging to an Organization emulating the Image Sets tab
Examples
if (FALSE) { # \dontrun{
# Authenticate first:
wt_auth()
wt_get_image_sets(organization = 'ABMI')
} # }