Returns a list of corpora in the given 'LaBB-CAT' instance.
Usage
getCorpusIds(labbcat.url)
Arguments
- labbcat.url
URL to the LaBB-CAT instance
Value
A list of corpus IDs
Examples
if (FALSE) { # \dontrun{
## List corpora
corpora <- getCorpusIds("https://labbcat.canterbury.ac.nz/demo/")
} # }