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