Skip to contents

Obtain a table listing all recordings belonging to an Organization emulating the Recordings tab

Usage

wt_get_recordings(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_recordings(organization = 'ABMI')
} # }