if (FALSE) {
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"
## Get language, duration, and corpus for transcripts starting with 'BR'
attributes <- getTranscriptAttributes(labbcat.url,
getMatchingTranscriptIds(labbcat.url, "/'BR.+'/.test(id)"),
c('transcript_language', 'transcript_duration', 'corpus'))
}
Run the code above in your browser using DataLab