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

getLayerIds getLayers

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.3-0 Index]