Learn R Programming

nzilbb.labbcat (version 1.3-0)

getDictionaries: List the dictionaries available.

Description

List the dictionaries available.

Usage

getDictionaries(labbcat.url)

Value

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

Arguments

labbcat.url

URL to the LaBB-CAT instance

See Also

getDictionaryEntries

Examples

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

Run the code above in your browser using DataLab