List the dictionaries available.

getDictionaries(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A named list of layer manager IDs, each of which containing a list of dictionaries that the layer manager makes available.

Examples

if (FALSE) {
## List the dictionaries available
dictionaries <- getDictionaries("https://labbcat.canterbury.ac.nz/demo/")
}