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