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