Layer IDs are annotation 'types'.

getLayerIds(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A list of layer IDs

Examples

if (FALSE) {
## Get names of all layers
layer.ids <- getLayerIds("https://labbcat.canterbury.ac.nz/demo/")
}