Returns a list of corpora in the given 'LaBB-CAT' instance.

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

getGraphIdsInCorpus

Examples

if (FALSE) {
## List transcripts in the QB corpus
transcripts <- getGraphIdsInCorpus("https://labbcat.canterbury.ac.nz/demo/", "QB")
}