getParticipantIds {nzilbb.labbcat} | R Documentation |
Returns a list of participant IDs.
getParticipantIds(labbcat.url)
labbcat.url |
URL to the LaBB-CAT instance |
A list of participant IDs
## Not run:
## List all speakers
speakers <- getParticipantIds("https://labbcat.canterbury.ac.nz/demo/")
## End(Not run)