getLayers {nzilbb.labbcat}R Documentation

Gets a list of layer definitions.

Description

Gets a list of layer definitions.

Usage

getLayers(labbcat.url)

Arguments

labbcat.url

URL to the LaBB-CAT instance

Value

A list of layer definitions, with members:

See Also

getLayerIds

Examples

## Not run: 
## Get definitions of all layers
layers <- getLayers("https://labbcat.canterbury.ac.nz/demo/")

## End(Not run)


[Package nzilbb.labbcat version 1.3-0 Index]