getLayerIds {nzilbb.labbcat} | R Documentation |
Gets a list of layer IDs
Description
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
## Not run:
## Get names of all layers
layer.ids <- getLayerIds("https://labbcat.canterbury.ac.nz/demo/")
## End(Not run)
[Package nzilbb.labbcat version 1.4-0 Index]