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