Returns a list of IDs of transcripts (i.e. transcript names) that include the given participant.
getTranscriptIdsWithParticipant(labbcat.url, id)
URL to the LaBB-CAT instance
A participant ID
A list of transcript IDs
# NOT RUN {
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"
## List transcripts in which UC427_ViktoriaPapp_A_ENG speaks
transcripts <- getTranscriptIdsWithParticipant(labbcat.url, "UC427_ViktoriaPapp_A_ENG")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab