| getGraphIdsInCorpus {nzilbb.labbcat} | R Documentation | 
Deprecated synonym for getTranscriptIdsInCorpus.
Description
Returns a list of corpora in the given 'LaBB-CAT' instance.
Usage
getGraphIdsInCorpus(labbcat.url, id)
Arguments
labbcat.url | 
 URL to the LaBB-CAT instance  | 
id | 
 The ID (name) of the corpus  | 
Value
A list of corpus IDs
See Also
Examples
## Not run: 
## List transcripts in the QB corpus
transcripts <- getGraphIdsInCorpus("https://labbcat.canterbury.ac.nz/demo/", "QB")
## End(Not run)
[Package nzilbb.labbcat version 1.3-0 Index]