getTranscriptIds.Rd
Returns a list of transcript IDs (i.e. transcript names).
getTranscriptIds(labbcat.url)
URL to the LaBB-CAT instance
A list of transcript IDs
if (FALSE) {
## List all transcripts
transcripts <- getTranscriptIds("https://labbcat.canterbury.ac.nz/demo/")
}