View source: R/generateLayer.R
generateLayer | R Documentation |
Generates annotations on a given layer for all transcripts in the corpus.
generateLayer(labbcat.url, layer.id, no.progress = FALSE)
labbcat.url |
URL to the LaBB-CAT instance |
layer.id |
The ID of the layer to generate. |
no.progress |
TRUE to suppress visual progress bar. Otherwise, progress bar will be shown when interactive(). |
The final status of the layer generation task.
getAllUtterances
Other Annotation layer functions:
deleteLayer()
,
getLayer()
,
getLayerIds()
,
getLayers()
,
newLayer()
,
saveLayer()
## Not run:
## Generate all phonemic transcription annotations
generateLayer(labbcat.url, "phonemes")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.