getLayerIds {nzilbb.labbcat} | R Documentation |
Layer IDs are annotation 'types'.
getLayerIds(labbcat.url)
labbcat.url |
URL to the LaBB-CAT instance |
A list of layer IDs
## Not run:
## Get names of all layers
layer.ids <- getLayerIds("https://labbcat.canterbury.ac.nz/demo/")
## End(Not run)