powered by
This function deletes the given transcript, and all associated files.
deleteTranscript(labbcat.url, id)
URL to the LaBB-CAT instance
The ID transcript to delete.
The ID of the deleted transcript
For this function to work, the credentials used to connect to the server must have at least 'edit' access.
# NOT RUN { ## define the LaBB-CAT URL labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/" ## delete a transcript from the server deleteTranscript(labbcat.url, "my-transcript.eaf") # }
Run the code above in your browser using DataLab