getGraphIds {nzilbb.labbcat} | R Documentation |
Returns a list of graph IDs (i.e. transcript names).
getGraphIds(labbcat.url)
labbcat.url |
URL to the LaBB-CAT instance |
A list of graph IDs
## Not run:
## List all transcripts
transcripts <- getGraphIds("https://labbcat.canterbury.ac.nz/demo/")
## End(Not run)