getGraphIdsInCorpus {nzilbb.labbcat} | R Documentation |
Returns a list of corpora in the given 'LaBB-CAT' instance.
getGraphIdsInCorpus(labbcat.url, id)
labbcat.url |
URL to the LaBB-CAT instance |
id |
The ID (name) of the corpus |
A list of corpus IDs
## Not run:
## List transcripts in the QB corpus
transcripts <- getGraphIdsInCorpus("https://labbcat.canterbury.ac.nz/demo/", "QB")
## End(Not run)