getGraphIdsInCorpus.Rd
Returns a list of corpora in the given 'LaBB-CAT' instance.
getGraphIdsInCorpus(labbcat.url, id)
URL to the LaBB-CAT instance
The ID (name) of the corpus
A list of corpus IDs
getGraphIdsInCorpus
if (FALSE) { # \dontrun{ ## List transcripts in the QB corpus transcripts <- getGraphIdsInCorpus("https://labbcat.canterbury.ac.nz/demo/", "QB") } # }