getLayer {nzilbb.labbcat}R Documentation

Gets a layer definition

Description

Gets a layer definition

Usage

getLayer(labbcat.url, id)

Arguments

labbcat.url

URL to the LaBB-CAT instance

id

ID of the layer to get the definition for

Value

The definition of the given layer, with members:

See Also

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

Examples

## Not run: 
## Get the definition of the orthography layer
orthography.layer <- getLayer("https://labbcat.canterbury.ac.nz/demo/", "orthography")

## End(Not run)


[Package nzilbb.labbcat version 1.4-0 Index]