Skip to contents

Returns a list of transcript IDs (i.e. transcript names).

Usage

getTranscriptIds(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A list of transcript IDs

Examples

if (FALSE) { # \dontrun{
## List all transcripts
transcripts <- getTranscriptIds("https://labbcat.canterbury.ac.nz/demo/")
} # }