Returns a list of participant IDs.

getParticipantIds(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A list of participant IDs

Examples

if (FALSE) {
## List all speakers
speakers <- getParticipantIds("https://labbcat.canterbury.ac.nz/demo/")
}