deleteLayer.Rd
This function deletes an existing annotation layer, including all annotation data associated with it.
deleteLayer(labbcat.url, layer.id)
URL to the LaBB-CAT instance
The ID of the layer to delete.
NULL, or an error message if deletion failed.
You must have administration privileges in LaBB-CAT in order to be able to use this function.
if (FALSE) {
## Delete the phonemes layer
deleteLayer(labbcat.url, "phonemes")
}