Skip to contents

Layer IDs are annotation 'types'.

Usage

getLayerIds(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A list of layer IDs

See also

Other Annotation layer functions: deleteLayer(), generateLayer(), getLayer(), getLayers(), newLayer(), saveLayer()

Examples

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