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

getCorpusIds(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A list of corpus IDs

Examples

if (FALSE) {
## List corpora
corpora <- getCorpusIds("https://labbcat.canterbury.ac.nz/demo/")
}