getDictionaries {nzilbb.labbcat} | R Documentation |
List the dictionaries available.
getDictionaries(labbcat.url)
labbcat.url |
URL to the LaBB-CAT instance |
A named list of layer manager IDs, each of which containing a list of dictionaries that the layer manager makes available.
## Not run:
## List the dictionaries available
dictionaries <- getDictionaries("https://labbcat.canterbury.ac.nz/demo/")
## End(Not run)