getCorpusIds {nzilbb.labbcat} | R Documentation |
Gets a list of corpus IDs.
Description
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
## Not run:
## List corpora
corpora <- getCorpusIds("https://labbcat.canterbury.ac.nz/demo/")
## End(Not run)
[Package nzilbb.labbcat version 1.3-0 Index]